From cad589e6c98c1bef378ff2712bf8ad4d25ec9ae9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Nov 2021 01:14:53 +0100 Subject: [PATCH 1/3] Update scala-compiler, scala-library to 2.13.7 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7126b27..cc8b3e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.8, 2.13.1] + scala: [2.11.12, 2.12.8, 2.13.7] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 031dc28..5b24875 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12" val Scala_2_12 = "2.12.8" -val Scala_2_13 = "2.13.1" +val Scala_2_13 = "2.13.7" /// sbt-github-actions configuration From 74d2933c55b161c5ab09982430e36e7d00a72180 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Nov 2021 01:15:22 +0100 Subject: [PATCH 2/3] 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 cc8b3e3..0bab2f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,12 +120,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.7) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.7) run: | tar xf targets.tar rm targets.tar From 980f5c3efca0371650e43a9bc1336b9c4da3eeff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Dec 2021 10:32:23 +0100 Subject: [PATCH 3/3] Update scala-compiler, scala-library to 2.13.7 --- .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 ae03295..d32f716 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.8, 2.13.1] + scala: [2.11.12, 2.12.8, 2.13.7] java: [temurin@8] runs-on: ${{ matrix.os }} steps: