We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1213a52 commit 79701c1Copy full SHA for 79701c1
build.sbt
@@ -27,7 +27,7 @@ val KafkaVersionForDocs = "39"
27
// This should align with the ScalaTest version used in the Akka testkit
28
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44
29
val scalatestVersion = "3.2.16"
30
-val testcontainersVersion = "1.20.6"
+val testcontainersVersion = "1.21.0"
31
val slf4jVersion = "2.0.16"
32
// this depends on Kafka, and should be upgraded to such latest version
33
// that depends on the same Kafka version, as is defined above
0 commit comments