Skip to content

Commit

Permalink
Update scala3-library to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimble-agar-steward[bot] committed Sep 19, 2022
1 parent d6f4430 commit 3b51174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
scala: [3.1.3, 2.13.8]
scala: [3.2.0, 2.13.8]
java: [temurin@17]
project: [rootNative]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / developers += tlGitHubDev("armanbilge", "Arman Bilge")
ThisBuild / startYear := Some(2022)
ThisBuild / tlSonatypeUseLegacyHost := false

ThisBuild / crossScalaVersions := Seq("3.1.3", "2.13.8")
ThisBuild / crossScalaVersions := Seq("3.2.0", "2.13.8")

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowOSes := Seq("ubuntu-20.04", "ubuntu-22.04")
Expand Down

0 comments on commit 3b51174

Please sign in to comment.