Skip to content

Commit

Permalink
Merge pull request #260 from http4s/update/sbt-typelevel-0.7.0
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.7.0
  • Loading branch information
danicheg authored Apr 25, 2024
2 parents f8c92c5 + ec28769 commit 6521db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6.7"
val sbtTypelevelVersion = "0.7.0"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/scala/org/http4s/sbt/Http4sOrgSitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package org.http4s.sbt

import cats.data.NonEmptyList
import laika.ast.Path.Root
import laika.ast.*
import laika.ast._
import laika.helium.config.Favicon
import laika.helium.config.HeliumIcon
import laika.helium.config.IconLink
Expand All @@ -30,7 +30,7 @@ import laika.theme.config.Color
import org.typelevel.sbt.TypelevelGitHubPlugin
import org.typelevel.sbt.TypelevelSitePlugin
import org.typelevel.sbt.site.TypelevelSiteSettings
import sbt.*
import sbt._

object Http4sOrgSitePlugin extends AutoPlugin {

Expand Down

0 comments on commit 6521db1

Please sign in to comment.