From 0205defb75dbffd50680fc316fc487077c04b2a9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:57:56 +0000 Subject: [PATCH 1/2] Update scala-reflect to 2.12.16 --- .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 c95ceb5f..d15ce05f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,11 +28,11 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.15, 3.0.2] + scala: [2.13.8, 2.12.16, 3.0.2] java: [temurin@8, temurin@11] project: [rootJS, rootJVM] exclude: - - scala: 2.12.15 + - scala: 2.12.16 java: temurin@11 - scala: 3.0.2 java: temurin@11 diff --git a/build.sbt b/build.sbt index b6d2895c..a4b6cbf8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.tools.mima.core._ val Scala213 = "2.13.8" -val Scala212 = "2.12.15" +val Scala212 = "2.12.16" val Scala3 = "3.0.2" ThisBuild / tlBaseVersion := "2.3" From 2748ffe3be89cdac465bd40f0fd657dd5e4cbfb9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:58:16 +0000 Subject: [PATCH 2/2] Regenerate workflow with sbt-github-actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d15ce05f..9777bde8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,22 +216,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.15, rootJS) + - name: Download target directories (2.12.16, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJS - - name: Inflate target directories (2.12.15, rootJS) + - name: Inflate target directories (2.12.16, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.15, rootJVM) + - name: Download target directories (2.12.16, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.16-rootJVM - - name: Inflate target directories (2.12.15, rootJVM) + - name: Inflate target directories (2.12.16, rootJVM) run: | tar xf targets.tar rm targets.tar