We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdc2b8a + dcc5f14 commit 5605583Copy full SHA for 5605583
.travis.yml
@@ -8,7 +8,7 @@ scala:
8
- 3.0.0
9
- 3.0.0-RC3
10
- 2.11.12
11
- - 2.12.14
+ - 2.12.15
12
- 2.13.5
13
14
env:
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