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 706807b commit fa58e22Copy full SHA for fa58e22
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.16", "2.11.12"),
+ crossScalaVersions := Seq(currentScalaVersion, "2.12.18", "2.11.12"),
30
scalafmtOnCompile := true,
31
scalacOptions ++= Seq(
32
"-unchecked",
0 commit comments