diff --git a/build.sbt b/build.sbt index d23536c5..29ddb9c4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import LibraryDependencies.{Smithy4s => S4S, _} import laika.helium.Helium import laika.helium.config.TextLink import laika.helium.config.ThemeNavigationSection -import laika.rewrite.link._ +import laika.config._ import sbt.Package.FixedTimestamp import sbt.Package.JarManifest import sbt.Package.MainClass diff --git a/project/plugins.sbt b/project/plugins.sbt index 91c95b46..199f40bf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")