From 4f6a070a7498bec90d742e561b65bd2d546391c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 14:23:10 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.18 --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8839aa..5cd53bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5] + scala: [2.12.18, 2.13.5] java: [adopt@1.11, adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -56,7 +56,7 @@ jobs: run: sbt ++${{ matrix.scala }} check - name: Build and test sbt plugin - if: matrix.scala == '2.12.13' + if: matrix.scala == '2.12.18' run: sbt ++${{ matrix.scala }} scripted - name: Compress target directories @@ -75,7 +75,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13] + scala: [2.12.18] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2398a5f..3a68476 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import com.typesafe.tools.mima.core._ -val scala212 = "2.12.13" +val scala212 = "2.12.18" val scala213 = "2.13.5" val supportedScalaVersions = List(scala212, scala213) From a2ad950ea571519c251f33af4664e9aadc37ca0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 Jun 2023 14:24:16 +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 5cd53bf..26b25e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.13) + - name: Download target directories (2.12.18) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} - - name: Inflate target directories (2.12.13) + - name: Inflate target directories (2.12.18) run: | tar xf targets.tar rm targets.tar