We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4858d4d commit 440f2a9Copy full SHA for 440f2a9
build.sbt
@@ -45,7 +45,7 @@ lazy val commonSettings = Seq(
45
lazy val fnGen = (project in file("fnGen"))
46
.settings(commonSettings)
47
.settings(
48
- crossScalaVersions := Seq("2.12.13"),
+ crossScalaVersions := Seq("2.12.14"),
49
scalaVersion := crossScalaVersions.value.head,
50
run / fork := true, // Needed if you run this project directly
51
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
0 commit comments