Skip to content

Commit 94a092c

Browse files
Update scala-library, scala-reflect to 2.12.16 (mockito#454)
[skip ci]
1 parent f770f85 commit 94a092c

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
@@ -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.15", "2.11.12"),
29+
crossScalaVersions := Seq(currentScalaVersion, "2.12.16", "2.11.12"),
3030
scalafmtOnCompile := true,
3131
scalacOptions ++= Seq(
3232
"-unchecked",

0 commit comments

Comments
 (0)