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.
2 parents 5ff0358 + 1eb9398 commit 6a81e11Copy full SHA for 6a81e11
.github/workflows/validate.yml
@@ -23,6 +23,7 @@ jobs:
23
- 2.13.14
24
- 2.13.15
25
- 2.13.16
26
+ - 2.13.17
27
java: [8, 11, 17, 21]
28
29
steps:
build.sbt
@@ -47,7 +47,7 @@ lazy val defaults = Seq(
47
scalaVersion := crossScalaVersions.value.last,
48
crossScalaVersions := {
49
val supportedScala212Versions = (18 to 20).map(p => s"2.12.$p")
50
- val supportedScala213Versions = (11 to 16).map(p => s"2.13.$p")
+ val supportedScala213Versions = (11 to 17).map(p => s"2.13.$p")
51
supportedScala212Versions ++ supportedScala213Versions
52
},
53
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
0 commit comments