Skip to content

Commit

Permalink
Update testcontainers to 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 9, 2024
1 parent b7cc8c8 commit 6189914
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.1" % "it",
"org.testcontainers" % "testcontainers" % "1.19.8" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.0" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
) ++ (scalaBinaryVersion.value match {
Expand Down

0 comments on commit 6189914

Please sign in to comment.