We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d15013 commit 628408cCopy full SHA for 628408c
build.sbt
@@ -54,8 +54,8 @@ lazy val core = (project in file("core")).settings(
54
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
55
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
56
"com.dimafeng" %% "testcontainers-scala" % "0.40.14" % "test",
57
- "org.testcontainers" % "mysql" % "1.17.6" % "test",
58
- "org.testcontainers" % "postgresql" % "1.17.6" % "test",
+ "org.testcontainers" % "mysql" % "1.18.0" % "test",
+ "org.testcontainers" % "postgresql" % "1.18.0" % "test",
59
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
60
"mysql" % "mysql-connector-java" % "5.1.+" % "test",
61
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"
0 commit comments