From dc9382b9db6714f826bb775f1428ae01bee97bc3 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sun, 16 Oct 2022 01:22:34 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.10 --- .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 942d65bd..0cd01309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,11 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.8, 3.2.0] + scala: [2.12.17, 2.13.10, 3.2.0] java: [temurin@8, temurin@17] project: [rootJS, rootJVM, rootNative] exclude: - - scala: 2.13.8 + - scala: 2.13.10 java: temurin@17 - scala: 3.2.0 java: temurin@17 diff --git a/build.sbt b/build.sbt index 1adac40b..e2cda96e 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / developers := List( ) val scala212 = "2.12.17" -val scala213 = "2.13.8" +val scala213 = "2.13.10" val scala3 = "3.2.0" val PrimaryJava = JavaSpec.temurin("8") val LTSJava = JavaSpec.temurin("17") From b2679fe62decf135d74dcc98ec115bab4a59113f Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Sun, 16 Oct 2022 01:22:57 +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 0cd01309..8884826b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,32 +222,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootJS) + - name: Download target directories (2.13.10, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS - - name: Inflate target directories (2.13.8, rootJS) + - name: Inflate target directories (2.13.10, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootJVM) + - name: Download target directories (2.13.10, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM - - name: Inflate target directories (2.13.8, rootJVM) + - name: Inflate target directories (2.13.10, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8, rootNative) + - name: Download target directories (2.13.10, rootNative) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative - - name: Inflate target directories (2.13.8, rootNative) + - name: Inflate target directories (2.13.10, rootNative) run: | tar xf targets.tar rm targets.tar