From 25d49dd892c67581e493cfd8a90b4c9c25ad7148 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 23:38:35 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.20 --- .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 7a72cc6..4250f2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15] + scala: [2.12.20] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -76,7 +76,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15] + scala: [2.12.20] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f8e023b..738f2fb 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ inThisBuild( "SONATYPE_PASSWORD" -> s"$${{ secrets.SONATYPE_PASSWORD }}", "SONATYPE_USERNAME" -> s"$${{ secrets.SONATYPE_USERNAME }}" )), - scalaVersion := "2.12.15" + scalaVersion := "2.12.20" ) ) From ca7827c5acc30beba9ad491872ed25dd892d63a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 23:38:56 +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 4250f2e..7638e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,12 +104,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.15) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar