From 0bac5aa4da2cd62c4e984df4d890b0e8dd10345d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 09:47:12 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.17 --- .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 b2633a5..e694c55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.15, 2.13.8] + scala: [2.11.12, 2.12.17, 2.13.8] java: [adopt-hotspot@8, adopt-hotspot@11] runs-on: ${{ matrix.os }} steps: @@ -82,7 +82,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15] + scala: [2.12.17] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index aee6de1..c8b9563 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ licenses := Seq( ) scalaVersion := "2.13.8" -crossScalaVersions := Seq("2.11.12", "2.12.15", "2.13.8") +crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.8") mimaPreviousArtifacts := Set("0.6.0", "0.6.1").map(organization.value %% name.value % _) scalacOptions ++= Seq("-deprecation", "-feature") From 430d2187ff8570b1ff12d3983f46382ed2559721 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 09:48:25 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e694c55..a23e31d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17] + scala: [2.12.15] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: @@ -127,12 +127,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.15) + - name: Download target directories (2.12.17) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.17) run: | tar xf targets.tar rm targets.tar