From 5098a10b1cea124e78b0a49e7ee13ecade2c0356 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 14:07:19 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.19 --- .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..ef54f6c 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.19] 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.19] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f8e023b..50ba2d3 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.19" ) ) From b4f0ea590db1b1d4f9997a9d2712980c04088518 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 14:07:53 +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 ef54f6c..30923de 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.19) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar