From e23756b131126ff58d00ce247e4fe7d653f90c78 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 14:20:02 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.16 --- .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 8d97fa2..43d94b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 3.1.3] + scala: [2.13.16, 3.1.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 9785e28..1210fca 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,7 @@ ThisBuild / githubWorkflowEnv ++= List( ).map(envKey => envKey -> s"$${{ secrets.$envKey }}").toMap lazy val scala3 = "3.1.3" -lazy val scala2_13 = "2.13.8" +lazy val scala2_13 = "2.13.16" lazy val scala2_12 = "2.12.16" lazy val scala2Only = Seq(scala2_12, scala2_13) From ece889b5c3b325289b9a15ba7fa7cf4cdf4f5e53 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jan 2025 14:20:29 +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 43d94b6..30c19e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,12 +105,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar