diff --git a/build.sbt b/build.sbt index 2d3d96e5..4bb8c5cc 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val commonSettings = Seq( organization := "org.mockito", // Load version from the file so that Gradle/Shipkit and SBT use the same version - crossScalaVersions := Seq(currentScalaVersion, "2.12.19", "2.11.12"), + crossScalaVersions := Seq(currentScalaVersion, "2.12.20", "2.11.12"), scalafmtOnCompile := true, scalacOptions ++= Seq( "-unchecked",