Skip to content

Commit

Permalink
Update to sbt-typelevel v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 18, 2023
1 parent eaadcb5 commit e973fc2
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 @@ -14,7 +14,7 @@ lazy val core = project
name := "sbt-circe-org"
)

ThisBuild / tlBaseVersion := "0.2"
ThisBuild / tlBaseVersion := "0.3"
ThisBuild / crossScalaVersions := Seq("2.12.18")
ThisBuild / developers := List(
tlGitHubDev("lorandszakacs", "Loránd Szakács")
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.3" // https://github.com/typelevel/sbt-typelevel/releases
val sbtTypelevelVersion = "0.6.0" // https://github.com/typelevel/sbt-typelevel/releases
val sbtScoverageVersion = "2.0.9" // https://github.com/scoverage/sbt-scoverage/releases

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
Expand Down
3 changes: 2 additions & 1 deletion core/src/main/scala/io/circe/sbt/CirceOrgSitePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ object CirceOrgSitePlugin extends AutoPlugin {

ThemeNavigationSection(
"Related Projects",
NonEmptyList.fromListUnsafe(mappings)
mappings.head,
mappings.tail *
)
}

Expand Down

0 comments on commit e973fc2

Please sign in to comment.