We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342d586 commit 689f8f9Copy full SHA for 689f8f9
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.40.14" % "test",
+ "com.dimafeng" %% "testcontainers-scala" % "0.40.15" % "test",
57
"org.testcontainers" % "mysql" % "1.18.0" % "test",
58
"org.testcontainers" % "postgresql" % "1.18.0" % "test",
59
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
0 commit comments