Skip to content

Commit

Permalink
Merge pull request #57 from scala-steward/update/testcontainers-1.19.1
Browse files Browse the repository at this point in the history
Update testcontainers to 1.19.1
  • Loading branch information
Alexey-Yuferov committed Oct 16, 2023
2 parents 2d16ac3 + efd578a commit c0ca57c
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 c0ca57c

Please sign in to comment.