Skip to content

Commit

Permalink
Update scala3-library to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Apr 21, 2024
1 parent fe3f2d1 commit a6b18ae
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 @@ -33,7 +33,7 @@ jobs:
- macos-11
- macos-12
- windows-2022
scala: [2.13.10, 3.2.1]
scala: [2.13.10, 3.2.2]
java: [temurin@8]
project: [rootJVM, 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 @@ -10,7 +10,7 @@ ThisBuild / developers := List(
ThisBuild / tlSonatypeUseLegacyHost := false

val Scala213 = "2.13.10"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1")
ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.2")
ThisBuild / scalaVersion := Scala213
ThisBuild / githubWorkflowOSes :=
Seq("ubuntu-20.04", "ubuntu-22.04", "macos-11", "macos-12", "windows-2022")
Expand Down

0 comments on commit a6b18ae

Please sign in to comment.