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 b80de01 commit f7c02edCopy full SHA for f7c02ed
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.14", "2.11.12"),
+ crossScalaVersions := Seq(currentScalaVersion, "2.12.15", "2.11.12"),
30
scalafmtOnCompile := true,
31
scalacOptions ++= Seq(
32
"-unchecked",
0 commit comments