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 aed5079 commit 6b144b7Copy full SHA for 6b144b7
build.sbt
@@ -57,7 +57,7 @@ lazy val core = (project in file("core")).settings(
57
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
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.4" % "test",
+ "com.dimafeng" %% "testcontainers-scala" % "0.41.5" % "test",
61
"org.testcontainers" % "mysql" % "1.20.4" % "test",
62
"org.testcontainers" % "postgresql" % "1.20.4" % "test",
63
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
0 commit comments