From 4c0a2c82c7dfe912e260b65960ea48ee0ca930a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Apr 2021 18:02:09 +0200 Subject: [PATCH] Update sbt-microsites to 1.3.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 32aea8d..2ca5c93 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.3") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")