From 5b00c66125ba6c77e8e89f5134190d10946f00d5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 May 2023 15:39:32 +0200 Subject: [PATCH] Update sbt-microsites to 1.4.3 (#323) * Update sbt-microsites to 1.4.3 * Revert commit(s) 1706f24 * Update sbt-microsites to 1.4.3 * Revert commit(s) f767a9b * Update sbt-microsites to 1.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 45a6c3c..1facb88 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.9.21") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")