Skip to content

Commit

Permalink
Merge pull request #546 from typelevel/update/sbt-typelevel-0.7.1
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.7.1
  • Loading branch information
danicheg committed May 9, 2024
2 parents 4ea105c + ba0def0 commit e38b02d
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
Expand Up @@ -312,7 +312,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
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.7.0"
val sbtTypelevelVersion = "0.7.1"

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
Expand Down

0 comments on commit e38b02d

Please sign in to comment.