Skip to content

Commit

Permalink
chore: Update dependencies DEV-2742 (#2868)
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Oct 2, 2023
1 parent fbbe5ec commit 8ba3bb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ object Dependencies {
val ZioHttpVersion = "0.0.3"
val ZioLoggingVersion = "2.1.14"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.1.0"
val ZioPreludeVersion = "1.0.0-RC20"
val ZioMetricsConnectorsVersion = "2.2.0"
val ZioPreludeVersion = "1.0.0-RC21"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.0.16"
val ZioVersion = "2.0.18"

// ZIO - all Scala 3 compatible
val zio = "dev.zio" %% "zio" % ZioVersion
Expand Down Expand Up @@ -114,7 +114,7 @@ object Dependencies {
// java.lang.NoClassDefFoundError: scoverage / Invoker$
val scoverage = "org.scoverage" %% "scalac-scoverage-runtime" % "2.0.11"
val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.0"
val wiremock = "org.wiremock" % "wiremock" % "3.0.4"
val wiremock = "org.wiremock" % "wiremock" % "3.2.0"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.13.0"
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.9.4
sbt.version=1.9.6
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resolvers ++= Seq(

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.7")
// also update the scalac-scoverage-runtime version in build.sbt
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
Expand Down

0 comments on commit 8ba3bb5

Please sign in to comment.