Skip to content

Commit 804b19e

Browse files
committed
mockito-scala 2.0.0
1 parent 552a809 commit 804b19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Dependencies {
3737
val svg4everybodyVersion = "2.1.9"
3838

3939
val scalatestVersion = "3.2.19"
40-
val mockitoVersion = "1.17.37"
40+
val mockitoScalaVersion = "2.0.0"
4141
val scalaJsSecureRandomVersion = "1.0.0" // Tests only
4242
val bootstrap4Version = "4.1.3"
4343
val bootstrap4DatepickerVersion = "5.39.0"
@@ -116,7 +116,7 @@ object Dependencies {
116116
"com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion,
117117
"org.eclipse.jetty" % "jetty-server" % jettyVersion % Test,
118118
"org.eclipse.jetty.ee8" % "jetty-ee8-servlet" % jettyVersion % Test,
119-
"org.mockito" %% "mockito-scala-scalatest" % mockitoVersion % Test,
119+
"org.mockito" %% "mockito-scala-scalatest" % mockitoScalaVersion % Test,
120120
))
121121

122122
val restSjsDeps = restCrossDeps

0 commit comments

Comments
 (0)