Skip to content

Commit ae1e23a

Browse files
committed
Update scala-library to 2.12.15
1 parent fdc2b8a commit ae1e23a

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

0 commit comments

Comments
 (0)