From d606728ba3afb11adfac0119701526a839cb2d1d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Feb 2022 02:55:40 +0100 Subject: [PATCH] Update scala3-library, ... to 3.1.1 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8b7b0d..016f065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.15, 2.13.7, 3.0.2] + scala: [2.11.12, 2.12.15, 2.13.7, 3.1.1] java: [temurin@11] ci: [ciNode, ciFirefox, ciChrome, ciJSDOMNodeJS] runs-on: ${{ matrix.os }} @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2] + scala: [3.1.1] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 154e2ca..a8fac4f 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ ThisBuild / scmInfo := Some( // build and matrix configuration -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7", "3.0.2") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.7", "3.1.1") ThisBuild / githubWorkflowBuildPreamble ++= Seq( WorkflowStep.Use(