Skip to content

Commit

Permalink
Support Scala 2.12.18 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Jun 2, 2023
1 parent cfd16ef commit 5dfde14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix:
java: [8, 11]
scala:
- 2.12.16
- 2.12.17
- 2.12.18
- 2.13.9
- 2.13.10
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ developers := List(
)

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

0 comments on commit 5dfde14

Please sign in to comment.