We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc2b8a commit ae1e23aCopy full SHA for ae1e23a
build.sbt
@@ -43,7 +43,7 @@ lazy val commonSettings = Seq(
43
lazy val fnGen = (project in file("fnGen"))
44
.settings(commonSettings)
45
.settings(
46
- crossScalaVersions := Seq("2.12.14"),
+ crossScalaVersions := Seq("2.12.15"),
47
scalaVersion := crossScalaVersions.value.head,
48
run / fork := true, // Needed if you run this project directly
49
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
0 commit comments