Skip to content

Commit

Permalink
#ESW-000: Manish : Update verison before release & use better github …
Browse files Browse the repository at this point in the history
…actions
  • Loading branch information
Manish3323 committed Jan 25, 2022
1 parent fbbe3f8 commit b155a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
- uses: laughedelic/coursier-setup@v1
with:
java-version: adopt@1.11

jvm: 11
apps: sbt
- name: Test
run: sbt clean test

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inThisBuild(
List(
scalaVersion := "2.13.8",
version := "0.1.0-SNAPSHOT",
version := "0.6.0",
organization := "com.github.tmtsoftware.embedded-keycloak",
homepage := Some(url("https://github.com/tmtsoftware/embedded-keycloak")),
licenses := List(
Expand Down

0 comments on commit b155a71

Please sign in to comment.