From fa58e22ee633bc4dcabcad4e1e38a558c447dae2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:13:08 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.18 (#497) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a1dd70fb..4a63afa9 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.16", "2.11.12"), + crossScalaVersions := Seq(currentScalaVersion, "2.12.18", "2.11.12"), scalafmtOnCompile := true, scalacOptions ++= Seq( "-unchecked",