Skip to content

Commit 9567320

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update testcontainers-mysql, ... to 2.0.2
1 parent 85e919a commit 9567320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ lazy val core = (project in file("core")).settings(
5252
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
5353
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
5454
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
55-
"org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test",
56-
"org.testcontainers" % "testcontainers-postgresql" % "2.0.1" % "test",
55+
"org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test",
56+
"org.testcontainers" % "testcontainers-postgresql" % "2.0.2" % "test",
5757
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
5858
mysqlConnectorJ,
5959
)

0 commit comments

Comments
 (0)