Skip to content

Commit b155a71

Browse files
committed
#ESW-000: Manish : Update verison before release & use better github actions
1 parent fbbe3f8 commit b155a71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: olafurpg/setup-scala@v10
13+
- uses: laughedelic/coursier-setup@v1
1414
with:
15-
java-version: adopt@1.11
16-
15+
jvm: 11
16+
apps: sbt
1717
- name: Test
1818
run: sbt clean test
1919

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inThisBuild(
22
List(
33
scalaVersion := "2.13.8",
4-
version := "0.1.0-SNAPSHOT",
4+
version := "0.6.0",
55
organization := "com.github.tmtsoftware.embedded-keycloak",
66
homepage := Some(url("https://github.com/tmtsoftware/embedded-keycloak")),
77
licenses := List(

0 commit comments

Comments
 (0)