Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update sonar-scanner-api to 2.16.1.361 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 30, 2021
1 parent 7561f62 commit 93dce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ scalacOptions ++= Seq(
"-deprecation"
)
libraryDependencies ++= List(
"org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.0.226" % Compile,
"org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.1.361" % Compile,
"org.scalatest" %% "scalatest" % "3.2.8" % Test,
"org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % Test,
"org.mockito" % "mockito-core" % "3.9.0" % Test
Expand Down

0 comments on commit 93dce26

Please sign in to comment.