Skip to content

Commit

Permalink
Support Scala 2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jun 3, 2023
1 parent 1323975 commit 9310510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
scala:
- 2.12.17
- 2.12.18
- 2.13.9
- 2.13.10
- 2.13.11
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ developers := List(
)
)

scalaVersion := "2.13.10"
crossScalaVersions := Seq("2.12.17", "2.12.18", "2.13.9", "2.13.10")
scalaVersion := "2.13.11"
crossScalaVersions := Seq("2.12.17", "2.12.18", "2.13.10", "2.13.11")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 9310510

Please sign in to comment.