From fd3da6a0da24494e5531919335dfa6f9f80bd58f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Oct 2022 03:18:26 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.17 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e83242e37..04d6eded3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.1.3] + scala: [2.12.17, 2.13.8, 3.1.3] java: [temurin@11] project: [rootJS, rootJVM] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index 2fd433037..240b5d03a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / tlBaseVersion := "0.4" // Our Scala versions. -lazy val `scala-2.12` = "2.12.16" +lazy val `scala-2.12` = "2.12.17" lazy val `scala-2.13` = "2.13.8" lazy val `scala-3.0` = "3.1.3" From 6dfd742837fbdd5753e281897ffb92f891a03a29 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 18 Oct 2022 03:19:45 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d6eded3..f6d18689d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,22 +162,22 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.16, rootJS) + - name: Download target directories (2.12.17, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS - - name: Inflate target directories (2.12.16, rootJS) + - name: Inflate target directories (2.12.17, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.16, rootJVM) + - name: Download target directories (2.12.17, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM - - name: Inflate target directories (2.12.16, rootJVM) + - name: Inflate target directories (2.12.17, rootJVM) run: | tar xf targets.tar rm targets.tar