From 7108e2de371407e22a635d9f50cc8c9b163e0591 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 19:29:08 +0000 Subject: [PATCH] Update sbt-microsites to 1.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ffac01b..0c53b0c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")