From 09acccd271c8d6e826a4ac57433b706e6ce0a2b7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 14:02:06 +0200 Subject: [PATCH 1/2] Update scala3-library, ... to 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 313afb944..7d7890c26 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val Scala_2_12 = "2.12.14" val Scala_2_13 = "2.13.6" -val Scala_3 = "3.0.0" +val Scala_3 = "3.0.1" val catsVersion = "2.6.1" val jsonpathVersion = "2.4.0" From 6f897480f4937a5fe79cf1002d4bb666a24ef875 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 14:02:51 +0200 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f041d738..8df29fde0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.6, 3.0.0] + scala: [2.12.14, 2.13.6, 3.0.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -57,7 +57,7 @@ jobs: run: sbt --client '++${{ matrix.scala }}; validateJVM; validateJS' - name: Build project (Scala 3) - if: matrix.scala == '3.0.0' + if: matrix.scala == '3.0.1' run: sbt --client '++${{ matrix.scala }}; validateJVM30; validateJS30' - name: Codecov @@ -125,12 +125,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.0) + - name: Download target directories (3.0.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }} - - name: Inflate target directories (3.0.0) + - name: Inflate target directories (3.0.1) run: | tar xf targets.tar rm targets.tar