Skip to content

Commit 6a81e11

Browse files
authored
Merge pull request #395 from lrytz/2.13.17
add 2.13.17 to crossbuild
2 parents 5ff0358 + 1eb9398 commit 6a81e11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 2.13.14
2424
- 2.13.15
2525
- 2.13.16
26+
- 2.13.17
2627
java: [8, 11, 17, 21]
2728

2829
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lazy val defaults = Seq(
4747
scalaVersion := crossScalaVersions.value.last,
4848
crossScalaVersions := {
4949
val supportedScala212Versions = (18 to 20).map(p => s"2.12.$p")
50-
val supportedScala213Versions = (11 to 16).map(p => s"2.13.$p")
50+
val supportedScala213Versions = (11 to 17).map(p => s"2.13.$p")
5151
supportedScala212Versions ++ supportedScala213Versions
5252
},
5353
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,

0 commit comments

Comments
 (0)