Skip to content

Commit 451055d

Browse files
Update scala-library, scala-reflect to 2.12.14 (#384)
1 parent eec75e4 commit 451055d

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
@@ -24,7 +24,7 @@ lazy val commonSettings =
2424
version.get.replace(".*", "-SNAPSHOT")
2525
}
2626
},
27-
crossScalaVersions := Seq(currentScalaVersion, "2.12.13", "2.11.12"),
27+
crossScalaVersions := Seq(currentScalaVersion, "2.12.14", "2.11.12"),
2828
scalafmtOnCompile := true,
2929
scalacOptions ++= Seq(
3030
"-unchecked",

0 commit comments

Comments
 (0)