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 committed Jan 2, 2025
1 parent 9b12932 commit b0ecd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val TestLib = libraryDependencies ++= Seq(
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.5" % Test,
"org.testcontainers" % "mysql" % "1.20.4" % Test,
"org.testcontainers" % "testcontainers" % "1.20.4" % Test
)
Expand Down

0 comments on commit b0ecd25

Please sign in to comment.