Skip to content

Commit d3afbb5

Browse files
committed
Update testcontainers-scala-kafka, ... from 0.41.4 to 0.41.5
1 parent ed9eb5b commit d3afbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ object Dependencies {
4242
val sentry = "io.sentry" % "sentry" % "7.19.0"
4343
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.16"
4444
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
45-
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4"
46-
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.4"
45+
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.5"
46+
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.5"
4747
val zio = "dev.zio" %% "zio" % "1.0.18"
4848
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
4949

0 commit comments

Comments
 (0)