From 5cbb6735d8037bec7a703e1a38366e1df534bf7d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 15:58:59 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",