From 6220789fb2b00b9927ef380b24d56286a71f5b80 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Sep 2021 00:22:55 +0200 Subject: [PATCH 1/2] Update scala-library to 2.12.15 --- .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..f727d04 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.15, 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.15' 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.15] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 2398a5f..288a61e 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.15" val scala213 = "2.13.5" val supportedScalaVersions = List(scala212, scala213) From dfb03dfbbb7a128aea5dab7c762cae5296a3ea7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Sep 2021 00:23:32 +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 f727d04..3e2f24f 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.15) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} - - name: Inflate target directories (2.12.13) + - name: Inflate target directories (2.12.15) run: | tar xf targets.tar rm targets.tar