Skip to content

Commit

Permalink
Add support for Scala 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
houcros committed Jan 14, 2025
1 parent 24138e4 commit 75ff0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- 2.12.20
- 2.13.14
- 2.13.15
- 2.13.16
- 3.3.3
- 3.5.1
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ developers := List(
)

scalaVersion := "3.5.2"
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.4", "3.5.2")
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "2.13.16", "3.3.4", "3.5.2")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 75ff0f7

Please sign in to comment.