diff --git a/build.sbt b/build.sbt index 20cefdc6..8f06fb1b 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ val buildSettings = Seq( "org.specs2" %% "specs2-mock" % specs2V % "test", "org.specs2" %% "specs2-junit" % specs2V % "test", "org.specs2" %% "specs2-scalacheck" % specs2V % "test", - "org.mockito" %% "mockito-scala" % "2.0.0" % "test", + "org.mockito" %% "mockito-scala" % "2.2.1" % "test", "org.scalaz" %% "scalaz-core" % "7.3.6", // ### Scala 3 //use scala logging to log outside of the actor system "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6", // ### Scala 3