Skip to content

Commit fa58e22

Browse files
Update scala-library, scala-reflect to 2.12.18 (#497)
1 parent 706807b commit fa58e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lazy val commonSettings =
2626
Seq(
2727
organization := "org.mockito",
2828
// 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"),
29+
crossScalaVersions := Seq(currentScalaVersion, "2.12.18", "2.11.12"),
3030
scalafmtOnCompile := true,
3131
scalacOptions ++= Seq(
3232
"-unchecked",

0 commit comments

Comments
 (0)