Skip to content

Commit

Permalink
add scala 2.13.15 (#877)
Browse files Browse the repository at this point in the history
* add scala 2.13.15

* apply changes to pr-checks.yml
  • Loading branch information
drewfeelsblue authored Sep 26, 2024
1 parent 8b22f04 commit 3440583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
scala:
- 2.12.19
- 2.12.20
- 2.13.13
- 2.13.14
- 2.13.15
- 3.3.3
- 3.5.0
- 3.5.1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
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.1"
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.13", "2.13.14", "3.3.3", "3.5.1")
crossScalaVersions := Seq("2.12.19", "2.12.20", "2.13.14", "2.13.15", "3.3.3", "3.5.1")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 3440583

Please sign in to comment.