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