Skip to content

Commit b7c726f

Browse files
authored
Merge pull request #494 from typelevel/update/sbt-typelevel-0.7.1
Update sbt-typelevel, sbt-typelevel-site to 0.7.1
2 parents d41cbb5 + 7002719 commit b7c726f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360

361361
- name: Publish site
362362
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
363-
uses: peaceiris/actions-gh-pages@v3.9.3
363+
uses: peaceiris/actions-gh-pages@v4.0.0
364364
with:
365365
github_token: ${{ secrets.GITHUB_TOKEN }}
366366
publish_dir: site/target/docs/site

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1")

0 commit comments

Comments
 (0)