Skip to content

Commit 6d9f671

Browse files
committed
Update scala-library, scala-reflect to 2.12.21
1 parent d39e20f commit 6d9f671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val commonSettings =
1414
Seq(
1515
organization := "org.mockito",
1616
// Load version from the file so that Gradle/Shipkit and SBT use the same version
17-
crossScalaVersions := Seq(currentScalaVersion, "2.12.20"),
17+
crossScalaVersions := Seq(currentScalaVersion, "2.12.21"),
1818
scalafmtOnCompile := true,
1919
scalacOptions ++= Seq(
2020
"-unchecked",

0 commit comments

Comments
 (0)