From 49a528f6d56022a6946487e445c4935b577e0a81 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Sep 2022 17:19:13 +0000 Subject: [PATCH 1/5] Update scala-compiler to 2.12.17 --- .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 d6a2529..ed252de 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.17, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..ef6d761 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.17" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From d727bd03563393e1439f002bbb10cf14350ba472 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Sep 2022 17:19:56 +0000 Subject: [PATCH 2/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 ed252de..3d84575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,12 +114,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.17) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.17) run: | tar xf targets.tar rm targets.tar From 3d1ff73b857cd4f2726ea3251f328ac5df853f79 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 16:59:02 +0000 Subject: [PATCH 3/5] Revert commit(s) d727bd0, 49a528f --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d84575..d6a2529 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.17, 2.13.1] + scala: [2.11.12, 2.12.8, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -114,12 +114,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17) + - name: Download target directories (2.12.8) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.8) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index ef6d761..3f0935c 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.17" +val Scala_2_12 = "2.12.8" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From 0b22768848a8aa8ef80e59a6969e7e6426d46f80 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 16:59:03 +0000 Subject: [PATCH 4/5] Update scala-compiler, scala-library to 2.12.17 --- .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 c55e5e7..243571f 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.17, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..ef6d761 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.17" val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From ecd766fe21a2dc5239557c1dc58189d017c5d53b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 16:59:36 +0000 Subject: [PATCH 5/5] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .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 243571f..4755402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,12 +92,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.8) + - name: Download target directories (2.12.17) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.12.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} - - name: Inflate target directories (2.12.8) + - name: Inflate target directories (2.12.17) run: | tar xf targets.tar rm targets.tar