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 85e919a commit 9567320Copy full SHA for 9567320
build.sbt
@@ -52,8 +52,8 @@ lazy val core = (project in file("core")).settings(
52
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
53
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
54
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
55
- "org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test",
56
- "org.testcontainers" % "testcontainers-postgresql" % "2.0.1" % "test",
+ "org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test",
+ "org.testcontainers" % "testcontainers-postgresql" % "2.0.2" % "test",
57
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
58
mysqlConnectorJ,
59
)
0 commit comments