From 78a21de09bf2bbd65220b1b7d2fa7b4a5249bbf6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:16:14 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.2.2 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index de90ff88..a5280240 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -7,7 +7,7 @@ import com.typesafe.sbt.osgi.SbtOsgi import com.typesafe.sbt.osgi.SbtOsgi.autoImport._ object Versions { - val Scala3 = "3.1.1" + val Scala3 = "3.2.2" val Scala = Scala3 val ScalaCross = Seq("2.12.15", "2.13.6", Scala) From 28424aa8799874c1255c530fea05018538778426 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:16:34 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4627dd2..28482ba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.6, 3.1.1] + scala: [2.12.15, 2.13.6, 3.2.2] java: [temurin@8] project: [rootJS, rootJVM, rootNative] exclude: - project: rootNative - scala: 3.1.1 + scala: 3.2.2 runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -113,7 +113,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.1] + scala: [3.2.2] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -210,22 +210,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJS) + - name: Download target directories (3.2.2, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS - - name: Inflate target directories (3.1.1, rootJS) + - name: Inflate target directories (3.2.2, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJVM) + - name: Download target directories (3.2.2, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJVM - - name: Inflate target directories (3.1.1, rootJVM) + - name: Inflate target directories (3.2.2, rootJVM) run: | tar xf targets.tar rm targets.tar