From ffa632124ca963c027b08bca8f6bf1a462862d20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 15:41:58 +0200 Subject: [PATCH 1/7] Update scala3-library, ... to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb6febbee7..83de334ee0 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, GraalVM8) val Scala212 = "2.12.15" val Scala213 = "2.13.6" -val Scala3 = "3.0.2" +val Scala3 = "3.1.0" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3) ThisBuild / scalaVersion := Scala213 From 1ded8ebab70e37bac2b917e435310968d71c624e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 15:43:01 +0200 Subject: [PATCH 2/7] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37527287e3..3eb257970a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.6, 3.0.2] + scala: [2.12.15, 2.13.6, 3.1.0] java: - adoptium@8 - adoptium@17 @@ -39,7 +39,7 @@ jobs: - platform: native java: graalvm-ce-java8@21.2 - platform: native - scala: 3.0.2 + scala: 3.1.0 runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -92,15 +92,15 @@ jobs: run: sbt ++${{ matrix.scala }} alleycatsTestsNative/test - name: Validate JVM (scala 2) - if: matrix.platform == 'jvm' && (matrix.scala != '3.0.2') + if: matrix.platform == 'jvm' && (matrix.scala != '3.1.0') run: sbt ++${{ matrix.scala }} buildJVM bench/test - name: Validate JVM (scala 3) - if: matrix.platform == 'jvm' && (matrix.scala == '3.0.2') + if: matrix.platform == 'jvm' && (matrix.scala == '3.1.0') run: sbt ++${{ matrix.scala }} buildJVM bench/test - name: Binary compatibility ${{ matrix.scala }} - if: matrix.platform == 'jvm' && (matrix.scala != '3.0.2') + if: matrix.platform == 'jvm' && (matrix.scala != '3.1.0') run: sbt ++${{ matrix.scala }} clean validateBC scalafix: @@ -108,7 +108,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.6, 3.0.2] + scala: [2.12.15, 2.13.6, 3.1.0] java: [adoptium@8] runs-on: ${{ matrix.os }} steps: @@ -144,7 +144,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.6, 3.0.2] + scala: [2.12.15, 2.13.6, 3.1.0] java: [adoptium@8] runs-on: ${{ matrix.os }} steps: @@ -171,7 +171,7 @@ jobs: key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Check formatting - if: (matrix.scala != '3.0.2') + if: (matrix.scala != '3.1.0') run: sbt ++${{ matrix.scala }} fmtCheck microsite: From 80abde7368514e12f8bfd55cf517152a67c00049 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Nov 2021 18:39:19 +0100 Subject: [PATCH 3/7] Update scala3-library, ... to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b8ec00d4b..98a38a38ec 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, GraalVM8) val Scala212 = "2.12.15" val Scala213 = "2.13.7" -val Scala3 = "3.0.2" +val Scala3 = "3.1.0" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3) ThisBuild / scalaVersion := Scala213 From 0f76c2c2f202ec9dd2859946b1198583fe79d61f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Nov 2021 18:40:05 +0100 Subject: [PATCH 4/7] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70dcc20cf2..3832e5c02b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.2] + scala: [2.12.15, 2.13.7, 3.1.0] java: - adoptium@8 - adoptium@17 @@ -108,7 +108,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.2] + scala: [2.12.15, 2.13.7, 3.1.0] java: [adoptium@8] runs-on: ${{ matrix.os }} steps: @@ -144,7 +144,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.2] + scala: [2.12.15, 2.13.7, 3.1.0] java: [adoptium@8] runs-on: ${{ matrix.os }} steps: From 03d26928cd9f88a8d7acd3e228563bea50bf6b45 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Dec 2021 09:15:34 +0100 Subject: [PATCH 5/7] Update scala3-library, ... to 3.1.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 222448ec08..e6e05b7ef7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.2] + scala: [2.12.15, 2.13.7, 3.1.0] java: [temurin@8, temurin@17, graal_20.3.1@11] platform: [jvm, js, native] exclude: @@ -125,7 +125,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.2] + scala: [2.12.15, 2.13.7, 3.1.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -177,7 +177,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.7, 3.0.2] + scala: [2.12.15, 2.13.7, 3.1.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: From cdff2fe70000f2aaf845cd66d46d779b501dd367 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jan 2022 05:15:35 +0100 Subject: [PATCH 6/7] Update scala3-library, ... to 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 10514373e3..0ef7178961 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava, GraalVM11) val Scala212 = "2.12.15" val Scala213 = "2.13.8" -val Scala3 = "3.0.2" +val Scala3 = "3.1.0" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3) ThisBuild / scalaVersion := Scala213 From b310985ce2ce14d0e7e1f6f16d83bb03bce62297 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jan 2022 05:16:30 +0100 Subject: [PATCH 7/7] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f736b440df..5ead180fc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.0.2] + scala: [2.12.15, 2.13.8, 3.1.0] java: [temurin@8, temurin@17, graal_20.3.1@11] platform: [jvm, js, native] exclude: @@ -124,7 +124,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.0.2] + scala: [2.12.15, 2.13.8, 3.1.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -176,7 +176,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.8, 3.0.2] + scala: [2.12.15, 2.13.8, 3.1.0] java: [temurin@8] runs-on: ${{ matrix.os }} steps: