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 c129aae commit bfb02eeCopy full SHA for bfb02ee
build.sbt
@@ -62,8 +62,8 @@ libraryDependencies ++= Seq(
62
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
63
"org.mockito" % "mockito-core" % "5.16.0" % "test",
64
"com.dimafeng" %% "testcontainers-scala" % "0.41.8" % "test",
65
- "org.testcontainers" % "mysql" % "1.20.5" % "test",
66
- "org.testcontainers" % "postgresql" % "1.20.5" % "test",
+ "org.testcontainers" % "mysql" % "1.20.6" % "test",
+ "org.testcontainers" % "postgresql" % "1.20.6" % "test",
67
"net.i2p.crypto" % "eddsa" % "0.3.0",
68
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
69
"org.ec4j.core" % "ec4j-core" % "1.1.0",
0 commit comments