Skip to content

Commit

Permalink
Merge pull request #330 from scala-steward/update/testcontainers-scal…
Browse files Browse the repository at this point in the history
…a-0.41.4

Update testcontainers-scala to 0.41.4
  • Loading branch information
tototoshi authored Jun 17, 2024
2 parents f96a893 + cbf446a commit a400e1a
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 @@ -31,7 +31,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
"joda-time" % "joda-time" % "2.12.7" % "provided",
"org.joda" % "joda-convert" % "2.2.3" % "provided",
"com.h2database" % "h2" % "2.2.224" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
"com.mysql" % "mysql-connector-j" % "8.4.0" % "test",
"org.postgresql" % "postgresql" % "42.7.3" % "test",
"org.testcontainers" % "mysql" % testContainerVersion % "test",
Expand Down

0 comments on commit a400e1a

Please sign in to comment.