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 d39e20f commit aa86ef0Copy full SHA for aa86ef0
build.sbt
@@ -14,7 +14,7 @@ lazy val commonSettings =
14
Seq(
15
organization := "org.mockito",
16
// Load version from the file so that Gradle/Shipkit and SBT use the same version
17
- crossScalaVersions := Seq(currentScalaVersion, "2.12.20"),
+ crossScalaVersions := Seq(currentScalaVersion, "2.12.21"),
18
scalafmtOnCompile := true,
19
scalacOptions ++= Seq(
20
"-unchecked",
0 commit comments