Skip to content

Commit

Permalink
Update testcontainers-scala to 0.41.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Dec 19, 2024
1 parent 63a270c commit 89a3ea1
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 @@ -8,7 +8,7 @@ crossScalaVersions := List("2.12.20", "2.13.15", "3.3.4")

libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.5.2",
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.5" % "test",
"org.testcontainers" % "mysql" % "1.20.4" % "test",
"com.mysql" % "mysql-connector-j" % "9.1.0" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
Expand Down

0 comments on commit 89a3ea1

Please sign in to comment.