Skip to content

Commit

Permalink
Update testcontainers to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2023
1 parent 902c3a6 commit efd578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
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.18.3" % "it",
"org.testcontainers" % "testcontainers" % "1.19.1" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.40.17" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
) ++ (scalaBinaryVersion.value match {
Expand Down

0 comments on commit efd578a

Please sign in to comment.