Skip to content

Commit 628408c

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update mysql, postgresql to 1.18.0
1 parent 5d15013 commit 628408c

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
@@ -54,8 +54,8 @@ lazy val core = (project in file("core")).settings(
5454
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
5555
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
5656
"com.dimafeng" %% "testcontainers-scala" % "0.40.14" % "test",
57-
"org.testcontainers" % "mysql" % "1.17.6" % "test",
58-
"org.testcontainers" % "postgresql" % "1.17.6" % "test",
57+
"org.testcontainers" % "mysql" % "1.18.0" % "test",
58+
"org.testcontainers" % "postgresql" % "1.18.0" % "test",
5959
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
6060
"mysql" % "mysql-connector-java" % "5.1.+" % "test",
6161
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"

0 commit comments

Comments
 (0)