Skip to content

Commit

Permalink
Merge pull request #239 from jenshalm/update/sbt-tl-0.6
Browse files Browse the repository at this point in the history
update to sbt-typelevel 0.6.0 with Laika 1.0.0
  • Loading branch information
armanbilge committed Oct 18, 2023
2 parents e075a05 + e184c85 commit c29a269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val docs = project
.in(file("site"))
.enablePlugins(Http4sOrgSitePlugin)

ThisBuild / tlBaseVersion := "0.15"
ThisBuild / tlBaseVersion := "0.16"
ThisBuild / crossScalaVersions := Seq("2.12.18")
ThisBuild / developers := List(
Developer(
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.5.4"
val sbtTypelevelVersion = "0.6.0"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
Expand Down
3 changes: 2 additions & 1 deletion core/src/main/scala/org/http4s/sbt/Http4sOrgSitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ object Http4sOrgSitePlugin extends AutoPlugin {
}
ThemeNavigationSection(
"Related Projects",
NonEmptyList.fromListUnsafe(mappings)
mappings.head,
mappings.tail*
)
}

Expand Down

0 comments on commit c29a269

Please sign in to comment.