From 51a9ef112e09c5ab87151df463a6bbf58b720877 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 10:20:39 +0200 Subject: [PATCH 1/2] Update scala-library to 2.12.14 --- .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..5e8b545 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.14, 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.14' 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.14] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2398a5f..4d0d584 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.14" val scala213 = "2.13.5" val supportedScalaVersions = List(scala212, scala213) From ff8d069d9459eb80039c15fc94cfb61fc3538cde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 May 2021 10:21:18 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .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 5e8b545..01e6a17 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.14) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.14-${{ matrix.java }} - - name: Inflate target directories (2.12.13) + - name: Inflate target directories (2.12.14) run: | tar xf targets.tar rm targets.tar