From 8d59115aa61824fab9b87e77f965d3f347f617c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 18:19:08 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.15 --- .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 406ce87..81bd65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.14, 3.4.3] + scala: [2.12.20, 2.13.15, 3.4.3] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index b33b8ca..0497878 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ licenses := Seq( "Apache License, ASL Version 2.0" → url("https://www.apache.org/licenses/LICENSE-2.0")) // sbt-github-actions needs configuration in `ThisBuild` -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From 7c3894bc75772fb02537440c9d91dfec8ff36287 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 18:19:30 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 81bd65f..7d0d865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14) + - name: Download target directories (2.13.15) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} - - name: Inflate target directories (2.13.14) + - name: Inflate target directories (2.13.15) run: | tar xf targets.tar rm targets.tar