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 546b40c commit 9eef961Copy full SHA for 9eef961
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.16.1" % "test",
+ "org.mockito" % "mockito-core" % "5.17.0" % "test",
64
"com.dimafeng" %% "testcontainers-scala" % "0.43.0" % "test",
65
"org.testcontainers" % "mysql" % "1.20.6" % "test",
66
"org.testcontainers" % "postgresql" % "1.20.6" % "test",
0 commit comments