From 190e1dea627b05601b28b6754b8acda390d3545c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 15:41:45 +0200 Subject: [PATCH 1/2] Update scala3-library to 3.0.1 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d1f11..e614159 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: @@ -77,7 +77,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.0] + scala: [3.0.1] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index eb249b4..044cb9c 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ licenses := Seq( "Apache License, ASL Version 2.0" → url("https://www.apache.org/licenses/LICENSE-2.0")) // sbt-github-actions needs configuration in `ThisBuild` -ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.0") +ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.1") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List( From adc8727df6f8748fe3c4f3972de638b19f52e46a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 15:42:10 +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 e614159..4f28953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,12 +123,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