From d5113dc1072cf0032c816317a9e5251f8463543b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 04:49:02 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.14 --- .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 8d97fa20..4e61ffb6 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.14, 3.1.3] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 967a9bdc..2082b84d 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.14" lazy val scala2_12 = "2.12.16" lazy val scala2Only = Seq(scala2_12, scala2_13) From 9fff0a0854c757e42ec39db959d47abda10aef0d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 04:49:42 +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 4e61ffb6..9effcc3a 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.14) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar