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 7b04fdb commit 2f2e7d7Copy full SHA for 2f2e7d7
build.sbt
@@ -9,7 +9,7 @@ crossScalaVersions := List("2.12.20", "2.13.16", "3.3.5")
9
libraryDependencies ++= Seq(
10
"com.typesafe.slick" %% "slick" % "3.5.2",
11
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test",
12
- "org.testcontainers" % "mysql" % "1.20.4" % "test",
+ "org.testcontainers" % "mysql" % "1.20.5" % "test",
13
"com.mysql" % "mysql-connector-j" % "9.2.0" % "test",
14
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
15
"com.h2database" % "h2" % "1.4.192" % "test",
0 commit comments