Skip to content

Commit

Permalink
add 2.13.16 to crossbuild (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Jan 13, 2025
1 parent b0dccbc commit 5be495d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 2.13.13
- 2.13.14
- 2.13.15
- 2.13.16
java: [8, 11, 17, 21]

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lazy val defaults = Seq(
scalaVersion := crossScalaVersions.value.last,
crossScalaVersions := {
val supportedScala212Versions = (18 to 20).map(p => s"2.12.$p")
val supportedScala213Versions = (11 to 15).map(p => s"2.13.$p")
val supportedScala213Versions = (11 to 16).map(p => s"2.13.$p")
supportedScala212Versions ++ supportedScala213Versions
},
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,
Expand Down

0 comments on commit 5be495d

Please sign in to comment.