Skip to content

Commit

Permalink
Update testcontainers-scala-cassandra to 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2023
1 parent 902c3a6 commit 1b8bf4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -32,10 +32,10 @@ lazy val root = (project in file("."))
"com.datastax.oss" % "java-driver-core" % "4.17.0",
"com.chuusai" %% "shapeless" % "2.3.10"
) ++ Seq(
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.18.3" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.40.17" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.18.3" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.0" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
) ++ (scalaBinaryVersion.value match {
case v if v.startsWith("2.13") =>
Seq.empty
Expand Down

0 comments on commit 1b8bf4f

Please sign in to comment.