From 408ccea30f85eff6d4b9def5695b07d1d94da7c6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Oct 2022 21:43:11 +0000 Subject: [PATCH 1/5] Update scala-compiler, scala-library to 2.13.10 --- .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..11979ef 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.10] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..26ae3bf 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.10" /// sbt-github-actions configuration From 87252bfc5fb1c93f19990a0c5f1f4c529e9d16eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Oct 2022 21:44:18 +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 11979ef..bcc767d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,12 +124,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar From 40682edbb9a13484b8d7708dbda1515fe47f0647 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 16:59:37 +0000 Subject: [PATCH 3/5] Revert commit(s) 87252bf, 408ccea --- .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 bcc767d..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.8, 2.13.10] + scala: [2.11.12, 2.12.8, 2.13.1] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -124,12 +124,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.1) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 26ae3bf..3f0935c 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.10" +val Scala_2_13 = "2.13.1" /// sbt-github-actions configuration From 156aa405d9aa2cd2b6224dc6d1451e03233aeb27 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 16:59:38 +0000 Subject: [PATCH 4/5] Update scala-compiler, scala-library to 2.13.10 --- .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..751ef6a 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.10] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3f0935c..26ae3bf 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.10" /// sbt-github-actions configuration From 240974c1a799b3164d4bce36f9d6ba0a127eb613 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 17:00:08 +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 751ef6a..0f19121 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar