We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d685de commit cf1c94fCopy full SHA for cf1c94f
build.sbt
@@ -26,7 +26,7 @@ lazy val commonSettings =
26
Seq(
27
organization := "org.mockito",
28
// Load version from the file so that Gradle/Shipkit and SBT use the same version
29
- crossScalaVersions := Seq(currentScalaVersion, "2.12.19", "2.11.12"),
+ crossScalaVersions := Seq(currentScalaVersion, "2.12.20", "2.11.12"),
30
scalafmtOnCompile := true,
31
scalacOptions ++= Seq(
32
"-unchecked",
0 commit comments