From 4df587f5d0a892124c83b4fed151471d3c3b3ce6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 06:03:29 +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 b325721d..40a66e23 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releas addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8") addSbtPlugin("com.scalapenos" % "sbt-prompt" % "1.0.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")