From ab8d9a5e3a3ab8d7e00eb7560958981cd23d14f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 13:56:54 +0200 Subject: [PATCH 1/2] Update scala3-library, ... to 3.0.2 --- .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 abb3708..d4c1379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.1] + scala: [2.12.14, 2.13.6, 3.0.2] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 7509f66..1441bf9 100644 --- a/build.sbt +++ b/build.sbt @@ -145,7 +145,7 @@ inThisBuild( publishGithubUser := "rossabaker", publishFullName := "Ross A. Baker", baseVersion := "1.1", - crossScalaVersions := Seq("2.12.14", Scala213, "3.0.1"), + crossScalaVersions := Seq("2.12.14", Scala213, "3.0.2"), scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last, versionIntroduced := Map( "3.0.0-RC1" -> "1.0.0", From 1d50ebed399cd7985646fce818104ed12551a90e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Sep 2021 13:57:25 +0200 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 d4c1379..610fc05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,12 +131,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.1) + - name: Download target directories (3.0.2) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} - - name: Inflate target directories (3.0.1) + - name: Inflate target directories (3.0.2) run: | tar xf targets.tar rm targets.tar