From 0bcea79be0dddb1851854bf93a7ab4703d86bca5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 13:32:28 +0200 Subject: [PATCH 1/4] Update scala-library to 2.12.14 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- build.sbt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f05b4..af058b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,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] runs-on: ${{ matrix.os }} steps: @@ -85,7 +85,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/.github/workflows/publish.yml b/.github/workflows/publish.yml index d144182..5d4bccf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5, 3.0.0-RC2] + scala: [2.12.14, 2.13.5, 3.0.0-RC2] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: @@ -58,7 +58,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 7dec7dc..ceb6103 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val scala212 = "2.12.13" +lazy val scala212 = "2.12.14" lazy val scala213 = "2.13.5" lazy val scalaJs = "0.6.31" lazy val scala3 = "3.0.0-RC2" From 6a0d5dca5135a65cf21cb24e7071a84a9ee29518 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 13:32:54 +0200 Subject: [PATCH 2/4] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af058b1..9bca288 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: matrix: os: [ubuntu-latest] scala: [2.12.14, 2.13.5] - java: [adopt@1.11] + java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -85,8 +85,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14] - java: [adopt@1.11] + scala: [2.12.13] + java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -111,12 +111,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 From e67c199693ff30f18531e775a7db433e790f4207 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 21:38:25 +0200 Subject: [PATCH 3/4] Update scala-library to 2.12.14 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd7b4f..d99773e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13, 2.13.5] + scala: [2.12.14, 2.13.5] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -85,7 +85,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.13] + scala: [2.12.14] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: From 257129c51da6316a9aeb630fcb9e7d67395fe056 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 21:38:49 +0200 Subject: [PATCH 4/4] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d99773e..9bca288 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14] + scala: [2.12.13] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: