File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ object Dependencies {
37
37
val silencerLib = " com.github.ghik" % " silencer-lib" % Versions .silencer % Provided cross CrossVersion .full
38
38
val slf4jApi = " org.slf4j" % " slf4j-api" % " 1.7.30"
39
39
val sslConfig = " com.typesafe" %% " ssl-config-core" % " 0.4.2"
40
- val testContainersScalaScalaTest = " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.38.9 "
41
- val testContainersScalaKafka = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.38.9 "
40
+ val testContainersScalaScalaTest = " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.39.0 "
41
+ val testContainersScalaKafka = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.39.0 "
42
42
val zio = " dev.zio" %% " zio" % " 1.0.4-2"
43
43
val zioInteropCats = " dev.zio" %% " zio-interop-cats" % " 2.2.0.1"
44
44
You can’t perform that action at this time.
0 commit comments