Skip to content

Commit

Permalink
Update sbt-typelevel, sbt-typelevel-site to 0.7.1 in scala3 (#584)
Browse files Browse the repository at this point in the history
* Update sbt-typelevel, sbt-typelevel-site to 0.7.1 in scala3

* Run prePR with sbt-typelevel

Executed command: sbt tlPrePrBotHook
  • Loading branch information
scala-steward authored May 10, 2024
1 parent cbf91c4 commit 14be711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:

- name: Publish site
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/scala3'
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
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resolvers ++= Resolver.sonatypeOssRepos("snapshots")

val sbtTypelevelVersion = "0.7.0"
val sbtTypelevelVersion = "0.7.1"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
Expand Down

0 comments on commit 14be711

Please sign in to comment.