diff --git a/build.sbt b/build.sbt index 934bddf..4296601 100644 --- a/build.sbt +++ b/build.sbt @@ -46,9 +46,9 @@ scalacOptions ++= Seq( ) libraryDependencies ++= List( "org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.1.361" % Compile, - "org.scalatest" %% "scalatest" % "3.2.9" % Test, + "org.scalatest" %% "scalatest" % "3.2.15" % Test, "org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % Test, - "org.mockito" % "mockito-core" % "3.10.0" % Test + "org.mockito" % "mockito-core" % "3.10.0" % Test ) scalafmtOnCompile in ThisBuild := sys.env