We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc09f4 commit 80e5ac2Copy full SHA for 80e5ac2
build.sbt
@@ -58,8 +58,8 @@ lazy val core = (project in file("core")).settings(
58
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
59
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
60
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % "test",
61
- "org.testcontainers" % "mysql" % "1.19.7" % "test",
62
- "org.testcontainers" % "postgresql" % "1.19.7" % "test",
+ "org.testcontainers" % "mysql" % "1.19.8" % "test",
+ "org.testcontainers" % "postgresql" % "1.19.8" % "test",
63
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
64
mysqlConnectorJ,
65
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"
0 commit comments