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 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)