Skip to content

Commit

Permalink
Merge pull request #264 from http4s/update/sbt-typelevel-0.7.1
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.7.1
  • Loading branch information
danicheg committed May 9, 2024
2 parents 3fc8c7d + 1dff147 commit 454b717
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,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 core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.7.0"
val sbtTypelevelVersion = "0.7.1"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
Expand Down
2 changes: 0 additions & 2 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ object Http4sOrgPlugin extends AutoPlugin {

lazy val scalafixSettings: Seq[Setting[_]] =
Seq(
scalafixScalaBinaryVersion := (LocalProject(
internalScalafixProject) / scalaBinaryVersion).value,
scalafixDependencies ++= Seq(
"org.http4s" %% "http4s-scalafix-internal" % "0.23.27"
)
Expand Down

0 comments on commit 454b717

Please sign in to comment.