Skip to content

Commit

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

Update testcontainers-scala-cassandra to 0.41.0
  • Loading branch information
Alexey-Yuferov authored Oct 16, 2023
2 parents 7ae1653 + 8f2cf6f commit b7cc8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ 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",
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.19.1" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.40.17" % "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") =>
Expand Down

0 comments on commit b7cc8c8

Please sign in to comment.