From a148fe8cc6fb8e61d329855f6bfbb0b6408809ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 18:30:59 +0200 Subject: [PATCH 1/2] Update scala3-library, ... to 3.1.0 --- .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 de508345..c3e901a0 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.0.2] + scala: [2.12.15, 2.13.6, 3.1.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.2] + scala: [3.1.0] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f37ebeba..f800d636 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / developers ++= List( Developer("nequissimus", "Tim Steinbach", "@nequissimus", url("https://github.com/nequissimus")) ) -ThisBuild / crossScalaVersions := List("2.12.15", "2.13.6", "3.0.2") +ThisBuild / crossScalaVersions := List("2.12.15", "2.13.6", "3.1.0") ThisBuild / spiewakCiReleaseSnapshots := true From ee0ab406fdf153b14ed59fc71d3bd8c5b81c6595 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Oct 2021 18:31:32 +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 c3e901a0..3645af62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,12 +119,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.0.2) + - name: Download target directories (3.1.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.0-${{ matrix.java }} - - name: Inflate target directories (3.0.2) + - name: Inflate target directories (3.1.0) run: | tar xf targets.tar rm targets.tar