From c1ba8511e1c8a42c7e60f038e372d0369f8dc13a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 13:02:02 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.16 --- .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..a52544c 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.16, 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.16' 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.16] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2398a5f..4968856 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.16" val scala213 = "2.13.5" val supportedScalaVersions = List(scala212, scala213) From 0c3cb1a0541407d6c07c712bf0dda80b8f0fcec3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Jul 2022 13:03:07 +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 a52544c..c086507 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.16) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }} - - name: Inflate target directories (2.12.13) + - name: Inflate target directories (2.12.16) run: | tar xf targets.tar rm targets.tar