Skip to content

Commit 5605583

Browse files
authored
Merge pull request #244 from scala-steward/update/scala-library-2.12.15
2 parents fdc2b8a + dcc5f14 commit 5605583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scala:
88
- 3.0.0
99
- 3.0.0-RC3
1010
- 2.11.12
11-
- 2.12.14
11+
- 2.12.15
1212
- 2.13.5
1313

1414
env:

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)