We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbe3f8 commit b155a71Copy full SHA for b155a71
.github/workflows/dev.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: olafurpg/setup-scala@v10
+ - uses: laughedelic/coursier-setup@v1
14
with:
15
- java-version: adopt@1.11
16
-
+ jvm: 11
+ apps: sbt
17
- name: Test
18
run: sbt clean test
19
build.sbt
@@ -1,7 +1,7 @@
1
inThisBuild(
2
List(
3
scalaVersion := "2.13.8",
4
- version := "0.1.0-SNAPSHOT",
+ version := "0.6.0",
5
organization := "com.github.tmtsoftware.embedded-keycloak",
6
homepage := Some(url("https://github.com/tmtsoftware/embedded-keycloak")),
7
licenses := List(
0 commit comments