From 6499ef25dd03172e0b6efd654a071367d3193199 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 13:32:59 +0200 Subject: [PATCH 1/3] Update scala-library to 2.13.6 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99f05b4..fb164ab 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.13, 2.13.6] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d144182..61d9a2a 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.13, 2.13.6, 3.0.0-RC2] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 7dec7dc..3a89c80 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val scala212 = "2.12.13" -lazy val scala213 = "2.13.5" +lazy val scala213 = "2.13.6" lazy val scalaJs = "0.6.31" lazy val scala3 = "3.0.0-RC2" From 9e7470629d308cfa9bd05992b1f54ad80a71e58c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 13:33:20 +0200 Subject: [PATCH 2/3] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb164ab..d042ffb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: matrix: os: [ubuntu-latest] scala: [2.12.13, 2.13.6] - java: [adopt@1.11] + java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -86,7 +86,7 @@ jobs: matrix: os: [ubuntu-latest] scala: [2.12.13] - java: [adopt@1.11] + java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -121,12 +121,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.5) + - name: Download target directories (2.13.6) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} - - name: Inflate target directories (2.13.5) + - name: Inflate target directories (2.13.6) run: | tar xf targets.tar rm targets.tar From 8dca2c6c84dd415264d95943f5040ff1661a3367 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Jun 2021 21:38:52 +0200 Subject: [PATCH 3/3] Update scala-library to 2.13.6 --- .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 df9c919..d042ffb 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.13, 2.13.6] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: