From 7a2617f7ec5c9e03eda78f5f04a336a12e29db00 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:31:50 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.0 --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index de90ff88..b0770032 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.3.0" val Scala = Scala3 val ScalaCross = Seq("2.12.15", "2.13.6", Scala) From 7cb44204b6382e926b3ce404dffcd48c77bff089 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:32:15 +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..36bf0810 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.3.0] java: [temurin@8] project: [rootJS, rootJVM, rootNative] exclude: - project: rootNative - scala: 3.1.1 + scala: 3.3.0 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.3.0] 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.3.0, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJS - - name: Inflate target directories (3.1.1, rootJS) + - name: Inflate target directories (3.3.0, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJVM) + - name: Download target directories (3.3.0, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJVM - - name: Inflate target directories (3.1.1, rootJVM) + - name: Inflate target directories (3.3.0, rootJVM) run: | tar xf targets.tar rm targets.tar