Skip to content

Commit 75ff0f7

Browse files
committed
Add support for Scala 2.13.16
1 parent 24138e4 commit 75ff0f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- 2.12.20
1515
- 2.13.14
1616
- 2.13.15
17+
- 2.13.16
1718
- 3.3.3
1819
- 3.5.1
1920
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ developers := List(
2020
)
2121

2222
scalaVersion := "3.5.2"
23-
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.2")
23+
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "2.13.16", "3.3.4", "3.5.2")
2424
autoScalaLibrary := false
2525
crossVersion := CrossVersion.full
2626
crossTarget := {

0 commit comments

Comments
 (0)