From e109bb427e37b7d9dbaeda9bb5e5c6cee459b428 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:47:51 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, ... to 0.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8598c2a..f9661f4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTlVersion = "0.5.4" +val sbtTlVersion = "0.6.0" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion) From 7db9a25d1de70e1ed2f1c01620df37d8771516c8 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 18 Oct 2023 16:59:39 +0000 Subject: [PATCH 2/2] Fix import --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e441da6..adcff0f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ import laika.helium.config._ -import laika.rewrite.nav.{ChoiceConfig, Selections, SelectionConfig} +import laika.config.{ChoiceConfig, Selections, SelectionConfig} import java.io.File ThisBuild / tlBaseVersion := "0.1"