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 72f5766 commit 76a872eCopy full SHA for 76a872e
build.sbt
@@ -53,7 +53,7 @@ lazy val core = (project in file("core")).settings(
53
"org.scalikejdbc" %% "scalikejdbc-joda-time" % scalikejdbcVersion % "test",
54
"com.github.jasync-sql" % "jasync-postgresql" % jasyncVersion % "provided",
55
"com.github.jasync-sql" % "jasync-mysql" % jasyncVersion % "provided",
56
- "com.dimafeng" %% "testcontainers-scala" % "0.39.9" % "test",
+ "com.dimafeng" %% "testcontainers-scala" % "0.39.10" % "test",
57
"org.testcontainers" % "mysql" % "1.16.2" % "test",
58
"org.testcontainers" % "postgresql" % "1.16.2" % "test",
59
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
0 commit comments