Skip to content

Commit

Permalink
Merge pull request #39 from scala-steward/update/testcontainers-scala…
Browse files Browse the repository at this point in the history
…-cassandra-0.40.17

Update testcontainers-scala-cassandra to 0.40.17
  • Loading branch information
Alexey-Yuferov committed Sep 25, 2023
2 parents 62ffa92 + fe94902 commit 902c3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
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.18.3" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.40.15" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.40.17" % "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 902c3a6

Please sign in to comment.