Skip to content

Commit 3fbcf4d

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update testcontainers-scala to 0.43.0
1 parent 21b9246 commit 3fbcf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ lazy val core = (project in file("core")).settings(
5757
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
5858
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
5959
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
60-
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test",
60+
"com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test",
6161
"org.testcontainers" % "mysql" % "1.20.6" % "test",
6262
"org.testcontainers" % "postgresql" % "1.20.6" % "test",
6363
"org.postgresql" % "postgresql" % postgresqlVersion % "test",

0 commit comments

Comments
 (0)