diff --git a/build.sbt b/build.sbt index be5b467..b2a0ac1 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ lazy val core = zio %% "zio-test-scalacheck" % zioV % Test, zio %% "zio-test-sbt" % zioV % Test, "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test, - "com.outr" %% "scribe-slf4j" % "3.14.0" % Test + "com.outr" %% "scribe-slf4j" % "3.15.0" % Test ) val isScala2x = scalaVersion.value.startsWith("2")