From 1187888bbd0cc8effc33e2ba692312462175e939 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 21:12:58 +0100 Subject: [PATCH 1/2] Update scala-library to 2.13.7 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- modules/document/.github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7083148..20e3cad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.0] + scala: [2.12.14, 2.13.7, 3.0.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 8258c25..7efbb42 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val scala212 = "2.12.14" -lazy val scala213 = "2.13.6" +lazy val scala213 = "2.13.7" lazy val scalaJs = "0.6.31" lazy val scala3 = "3.0.0" diff --git a/modules/document/.github/workflows/ci.yml b/modules/document/.github/workflows/ci.yml index 610aa96..4f5e820 100644 --- a/modules/document/.github/workflows/ci.yml +++ b/modules/document/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.0] + scala: [2.12.14, 2.13.7, 3.0.0] java: [adopt@1.11] runs-on: ${{ matrix.os }} steps: From 2859b640d4f9d56212249625875724479ac7cebe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Nov 2021 21:13:35 +0100 Subject: [PATCH 2/2] 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 20e3cad..9752512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,12 +106,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.6) + - name: Download target directories (2.13.7) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }} - - name: Inflate target directories (2.13.6) + - name: Inflate target directories (2.13.7) run: | tar xf targets.tar rm targets.tar