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

Commit

Permalink
Update mockito-core to 3.2.0 (#70) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mwz committed Nov 30, 2019
1 parent 56d6ea3 commit 77a26f6
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 @@ -35,7 +35,7 @@ scalacOptions ++= Seq(
libraryDependencies ++= List(
"org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.14.0.2002" % Compile,
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.mockito" % "mockito-core" % "3.1.0" % Test
"org.mockito" % "mockito-core" % "3.2.0" % Test
)
scalafmtOnCompile in ThisBuild :=
sys.env
Expand Down

0 comments on commit 77a26f6

Please sign in to comment.