Skip to content

Commit

Permalink
Update testcontainers-scala to 0.41.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Feb 18, 2024
1 parent 344971b commit cf8acfe
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 @@ -15,7 +15,7 @@ libraryDependencies += {
}

libraryDependencies ++= Seq(
"com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
"org.testcontainers" % "mysql" % "1.19.5" % "test",
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
Expand Down

0 comments on commit cf8acfe

Please sign in to comment.