Skip to content

Commit

Permalink
Update testcontainers to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 1, 2024
1 parent b116dba commit 334a133
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 @@ -33,7 +33,7 @@ lazy val root = (project in file("."))
"com.chuusai" %% "shapeless" % "2.3.10"
) ++ Seq(
"com.disneystreaming" %% "weaver-cats" % "0.8.3" % "it,test",
"org.testcontainers" % "testcontainers" % "1.19.8" % "it",
"org.testcontainers" % "testcontainers" % "1.20.3" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.4" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.14" % "it,test"
) ++ (scalaBinaryVersion.value match {
Expand Down

0 comments on commit 334a133

Please sign in to comment.