Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Dec 4, 2023
1 parent ee60346 commit 3bc091b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Libs {
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "23c1000"

val blockhound = "io.projectreactor.tools" % "blockhound" % "1.0.8.RELEASE"
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "6a111cd" // Apache 2.0
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "ca8b866" // 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 All @@ -41,7 +41,7 @@ object Libs {

object MSocket {
// val Version = "0.6.0"
val Version = "e205834"
val Version = "98e0993"

val `msocket-api` = dep("com.github.tmtsoftware.msocket" %%% "msocket-api" % Version)
val `msocket-http` = "com.github.tmtsoftware.msocket" %% "msocket-http" % Version
Expand Down Expand Up @@ -78,7 +78,7 @@ object Csw {
}

object Pekko {
val Version = "1.0.1" // all pekko is Apache License 2.0
val Version = "1.0.2" // all pekko is Apache License 2.0
val Org = "org.apache.pekko"

val `pekko-actor-typed` = Org %% "pekko-actor-typed" % Version
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.7
csw.version=9d040d8
csw.version=103a389
#csw.version=6.0.0

0 comments on commit 3bc091b

Please sign in to comment.