We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a02843 commit aebd4e8Copy full SHA for aebd4e8
project/Dependencies.scala
@@ -44,7 +44,7 @@ object Dependencies {
44
val munit = "org.scalameta" %% "munit" % "1.1.0"
45
46
object Testcontainers {
47
- private val version = "0.41.8"
+ private val version = "0.43.0"
48
val munit = "com.dimafeng" %% "testcontainers-scala-munit" % version
49
val kafka = "com.dimafeng" %% "testcontainers-scala-kafka" % version
50
val cassandra = "com.dimafeng" %% "testcontainers-scala-cassandra" % version
0 commit comments