Skip to content

Commit

Permalink
Support scala 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Oct 7, 2024
1 parent e86f6a3 commit 32e044f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scala-version: [2.12.x, 2.13.x]
scala-version: [2.12.x, 2.13.x, 3.3.x]
java-version: [8, 11, 17, 21]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ developers := List(
)
)

crossScalaVersions := List("2.12.20", "2.13.15")
crossScalaVersions := List("2.12.20", "3.3.4", "2.13.15")
scalaVersion := crossScalaVersions.value.last

ThisBuild / versionScheme := Some("semver-spec")
Expand Down

0 comments on commit 32e044f

Please sign in to comment.