From 1a4a4bf6f2528ffdb2167ade7f76d0f2fc4befcd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Sep 2021 22:55:06 +0200 Subject: [PATCH 1/3] Update scala-compiler to 2.12.15 --- .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..527d3ca 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.15, 2.13.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 031dc28..9bebf90 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val shapelessVersion = "2.3.7" val scalaCheckVersion = "1.15.2" val Scala_2_11 = "2.11.12" -val Scala_2_12 = "2.12.8" +val Scala_2_12 = "2.12.15" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From b5d4bdbb69259fd1dfe44de8c853edf3ae0c5321 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Sep 2021 22:55:29 +0200 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 527d3ca..984a525 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,12 +110,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.15) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.15) run: | tar xf targets.tar rm targets.tar From 1f93409a390a321d9d1ff3b7533356bc47943557 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Dec 2021 10:31:55 +0100 Subject: [PATCH 3/3] Update scala-compiler to 2.12.15 --- .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 e1bf7e3..2a40163 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.15, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: