Skip to content

Commit

Permalink
Update testcontainers-scala-cassandra to 0.41.4 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 20, 2024
1 parent 9c93712 commit 88a70f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val root = (project in file("."))
) ++ Seq(
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.19.1" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.0" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.4" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
) ++ (scalaBinaryVersion.value match {
case v if v.startsWith("2.13") =>
Expand Down

0 comments on commit 88a70f0

Please sign in to comment.