Skip to content

Commit 689f8f9

Browse files
Update testcontainers-scala to 0.40.15 (#407)
Co-authored-by: scalikejdbc-bot[bot] <74833019+scalikejdbc-bot[bot]@users.noreply.github.com>
1 parent 342d586 commit 689f8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lazy val core = (project in file("core")).settings(
5353
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
5454
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
5555
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
56-
"com.dimafeng" %% "testcontainers-scala" % "0.40.14" % "test",
56+
"com.dimafeng" %% "testcontainers-scala" % "0.40.15" % "test",
5757
"org.testcontainers" % "mysql" % "1.18.0" % "test",
5858
"org.testcontainers" % "postgresql" % "1.18.0" % "test",
5959
"org.postgresql" % "postgresql" % postgresqlVersion % "test",

0 commit comments

Comments
 (0)