Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Feb 4, 2024
1 parent 42f53c9 commit f63e277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Libs {
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "72269ec"

val blockhound = "io.projectreactor.tools" % "blockhound" % "1.0.8.RELEASE"
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "8b6676c" // Apache 2.0
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "283ab9a" // Apache 2.0

// Note: CrossVersion.full: version has to match exact scala version (_3.3.0 instead of _3)
val `ammonite` = ("com.lihaoyi" %% "ammonite" % "3.0.0-M0-60-89836cd8" cross CrossVersion.full)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sbt.version=1.9.8
csw.version=de7566a
csw.version=a676eeb
#csw.version=6.0.0

0 comments on commit f63e277

Please sign in to comment.