Skip to content

Commit 440f2a9

Browse files
committed
Update scala-library to 2.12.14
1 parent 4858d4d commit 440f2a9

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
@@ -45,7 +45,7 @@ lazy val commonSettings = Seq(
4545
lazy val fnGen = (project in file("fnGen"))
4646
.settings(commonSettings)
4747
.settings(
48-
crossScalaVersions := Seq("2.12.13"),
48+
crossScalaVersions := Seq("2.12.14"),
4949
scalaVersion := crossScalaVersions.value.head,
5050
run / fork := true, // Needed if you run this project directly
5151
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,

0 commit comments

Comments
 (0)