diff --git a/project/plugins.sbt b/project/plugins.sbt index e1cff52..0cd68ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.1.4") addSbtPlugin("com.scalapenos" % "sbt-prompt" % "1.0.2")