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 5edbc53 commit bd4ab69Copy full SHA for bd4ab69
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
5
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
6
- val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.43.0"
+ val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.43.6"
7
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
8
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.3.0"
9
0 commit comments