Skip to content

Commit

Permalink
Merge branch 'main' into update/all
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Dec 2, 2024
2 parents e4e5191 + 40f37ed commit 8801a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Dependencies {
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC35"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.1.12"
val ZioVersion = "2.1.13"

// ZIO
val zio = "dev.zio" %% "zio" % ZioVersion
Expand Down Expand Up @@ -96,7 +96,7 @@ object Dependencies {
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-zio-json" % "10.0.1"
// jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "6.3.4" exclude (
"org.springframework.security" % "spring-security-core" % "6.3.5" exclude (
"commons-logging",
"commons-logging",
) exclude ("org.springframework", "spring-aop")
Expand All @@ -121,7 +121,7 @@ object Dependencies {
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % PekkoActorVersion
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.3"
val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.4"
val wiremock = "org.wiremock" % "wiremock" % "3.9.2"

// found/added by the plugin but deleted anyway
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 8801a10

Please sign in to comment.