Skip to content

Commit

Permalink
Update mysql, postgresql to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] authored and xuwei-k committed Aug 1, 2024
1 parent 604430d commit 88d4fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ lazy val core = (project in file("core")).settings(
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
"org.testcontainers" % "mysql" % "1.20.0" % "test",
"org.testcontainers" % "postgresql" % "1.20.0" % "test",
"org.testcontainers" % "mysql" % "1.20.1" % "test",
"org.testcontainers" % "postgresql" % "1.20.1" % "test",
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
mysqlConnectorJ,
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"
Expand Down

0 comments on commit 88d4fca

Please sign in to comment.