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.
2 parents 886ea42 + 74346c6 commit 8c62e55Copy full SHA for 8c62e55
play-scala/configuration-access/build.sbt
@@ -9,7 +9,7 @@ scalaVersion := ScalaVersions.scala2Version
9
10
libraryDependencies += guice
11
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test
12
-libraryDependencies += "org.mockito" % "mockito-scala_2.13" % "1.15.0" % Test
+libraryDependencies += "org.mockito" % "mockito-scala_2.13" % "1.15.1" % Test
13
14
// Adds additional packages into Twirl
15
//TwirlKeys.templateImports += "com.baeldung.controllers._"
0 commit comments