From 1b697fe4649b1d6925cba504d734f3abd2dcd294 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 13:09:15 +0100 Subject: [PATCH 1/2] Update scala-library, scala-reflect to 2.13.8 --- .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 603ab33..58bb09d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.6, 3.1.0] + scala: [2.12.15, 2.13.8, 3.1.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5d2332a..e50a71f 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / organizationName := "Typelevel" ThisBuild / publishGithubUser := "mpilquist" ThisBuild / publishFullName := "Michael Pilquist" -ThisBuild / crossScalaVersions := List("2.12.15", "2.13.6", "3.1.0") +ThisBuild / crossScalaVersions := List("2.12.15", "2.13.8", "3.1.0") ThisBuild / spiewakCiReleaseSnapshots := true From 037723293e57996ebeba9bcd7e0871f1bcbb8b69 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jan 2022 13:09:49 +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 58bb09d..aecda29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,12 +109,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.6) + - name: Download target directories (2.13.8) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} - - name: Inflate target directories (2.13.6) + - name: Inflate target directories (2.13.8) run: | tar xf targets.tar rm targets.tar