From 93cb3db12bd527b7fc78aaff249177ed113186a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 15:58:31 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, ... to 0.7.1 --- core/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.sbt b/core/build.sbt index ccf9f64..09d3bfb 100644 --- a/core/build.sbt +++ b/core/build.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.7.0" // https://github.com/typelevel/sbt-typelevel/releases +val sbtTypelevelVersion = "0.7.1" // https://github.com/typelevel/sbt-typelevel/releases val sbtScoverageVersion = "2.0.11" // https://github.com/scoverage/sbt-scoverage/releases addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) From 41d3544db0abe847ffdb201613c0d9448b21baab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 15:59:52 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb07a70..993374b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -291,7 +291,7 @@ jobs: - name: Publish site if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: site/target/docs/site