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 @@ -36,8 +36,8 @@ object Dependencies {
36
36
val silencerLib = " com.github.ghik" % " silencer-lib" % Versions .silencer % Provided cross CrossVersion .full
37
37
val slf4jApi = " org.slf4j" % " slf4j-api" % " 1.7.30"
38
38
val sslConfig = " com.typesafe" %% " ssl-config-core" % " 0.4.2"
39
- val testContainersScalaScalaTest = " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.38.6 "
40
- val testContainersScalaKafka = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.38.6 "
39
+ val testContainersScalaScalaTest = " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.38.7 "
40
+ val testContainersScalaKafka = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.38.7 "
41
41
val zio = " dev.zio" %% " zio" % " 1.0.3"
42
42
val zioInteropCats = " dev.zio" %% " zio-interop-cats" % " 2.2.0.1"
43
43
You can’t perform that action at this time.
0 commit comments