Skip to content

Commit 8c62e55

Browse files
authored
Merge pull request #822 from scala-steward/update/mockito-scala_2.13-1.15.1
Update mockito-scala_2.13 from 1.15.0 to 1.15.1
2 parents 886ea42 + 74346c6 commit 8c62e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-scala/configuration-access/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scalaVersion := ScalaVersions.scala2Version
99

1010
libraryDependencies += guice
1111
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test
12-
libraryDependencies += "org.mockito" % "mockito-scala_2.13" % "1.15.0" % Test
12+
libraryDependencies += "org.mockito" % "mockito-scala_2.13" % "1.15.1" % Test
1313

1414
// Adds additional packages into Twirl
1515
//TwirlKeys.templateImports += "com.baeldung.controllers._"

0 commit comments

Comments
 (0)