diff --git a/project/plugins.sbt b/project/plugins.sbt index 52e7709..902024a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3") addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")