Skip to content

Commit 80e5ac2

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update mysql, postgresql to 1.19.8
1 parent ccc09f4 commit 80e5ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ lazy val core = (project in file("core")).settings(
5858
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
5959
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
6060
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
61-
"org.testcontainers" % "mysql" % "1.19.7" % "test",
62-
"org.testcontainers" % "postgresql" % "1.19.7" % "test",
61+
"org.testcontainers" % "mysql" % "1.19.8" % "test",
62+
"org.testcontainers" % "postgresql" % "1.19.8" % "test",
6363
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
6464
mysqlConnectorJ,
6565
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"

0 commit comments

Comments
 (0)