Skip to content

Commit 5be495d

Browse files
authored
add 2.13.16 to crossbuild (#376)
1 parent b0dccbc commit 5be495d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 2.13.13
2323
- 2.13.14
2424
- 2.13.15
25+
- 2.13.16
2526
java: [8, 11, 17, 21]
2627

2728
steps:

build.sbt

+1-1
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 15).map(p => s"2.13.$p")
50+
val supportedScala213Versions = (11 to 16).map(p => s"2.13.$p")
5151
supportedScala212Versions ++ supportedScala213Versions
5252
},
5353
scalaMajorVersion := CrossVersion.partialVersion(scalaVersion.value).get._2.toInt,

0 commit comments

Comments
 (0)