From 3b511747d525859ee85d42136ab6b9be531f54fb Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:42:52 +0000 Subject: [PATCH] Update scala3-library to 3.2.0 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53dbf492..485eca6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/build.sbt b/build.sbt index bccf96cb..fb079424 100644 --- a/build.sbt +++ b/build.sbt @@ -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")