From a2e52df0a116b3b85f05ca04e481d96f9c5c9d94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 Apr 2024 13:56:38 +0000 Subject: [PATCH 1/3] Update circe-core, circe-generic, ... to 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dcd03f2..29cac6d 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val scala213 = "2.13.11" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := Seq(scala212, scala213) -val circeVersion = "0.14.1" +val circeVersion = "0.14.6" val scalacheckVersion = "1.17.0" val disciplineScalatestVersion = "2.2.0" val scalacheckScalaTestVersion = "3.2.18.0" From 88b82413fcded23ae1ef1c9b5b695ea5daa89b06 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 14:03:19 +0000 Subject: [PATCH 2/3] Update sbt-circe-org to 0.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 27b7555..50c0653 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.0") +addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.1") From 1918486b52fb299c71c8484ee51838faae8ce377 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 14:03:59 +0000 Subject: [PATCH 3/3] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .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 58fcb93..2a35aa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - name: Upload target directories if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }} path: targets.tar @@ -147,7 +147,7 @@ jobs: run: sbt +update - name: Download target directories (2.12, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM @@ -157,7 +157,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM