Skip to content

Commit

Permalink
Merge pull request #32 from scala-steward/update/testcontainers-1.18.3
Browse files Browse the repository at this point in the history
Update testcontainers to 1.18.3
  • Loading branch information
Alexey-Yuferov committed Sep 25, 2023
2 parents 49805b8 + 1c16cf9 commit ab392b1
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.1" % "it",
"org.testcontainers" % "testcontainers" % "1.18.3" % "it",
"com.dimafeng" %% "testcontainers-scala-cassandra" % "0.40.15" % "it",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "it,test"
) ++ (scalaBinaryVersion.value match {
Expand Down

0 comments on commit ab392b1

Please sign in to comment.