From e8cc51e832b380497fc95ef58c49a45976b06ff8 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Mon, 13 Jan 2025 00:17:34 +0000 Subject: [PATCH] Update laika-sbt to 1.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a1bfb9df..6a0c8fe8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -65,7 +65,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") // mdoc - https://github.com/scalameta/mdoc/tags addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") -addSbtPlugin("org.typelevel" % "laika-sbt" % "1.2.1") // https://typelevel.org/Laika/ +addSbtPlugin("org.typelevel" % "laika-sbt" % "1.3.1") // https://typelevel.org/Laika/ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") // https://github.com/sbt/sbt-unidoc // addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") // https://typelevel.org/sbt-typelevel/site.html