Skip to content

Commit bd4ab69

Browse files
Update testcontainers-scala-cassandra to 0.43.6 (#188)
1 parent 5edbc53 commit bd4ab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

55
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
6-
val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.43.0"
6+
val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.43.6"
77
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
88
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.3.0"
99

0 commit comments

Comments
 (0)