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 b505c3d commit a6254abCopy full SHA for a6254ab
build.sbt
@@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
60
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
61
"junit" % "junit" % "4.13.2" % "test",
62
"org.scalatra" %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
63
- "org.mockito" % "mockito-core" % "5.15.2" % "test",
+ "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",
0 commit comments