From 39aa3b7796406cc580b6450370892d3535c08639 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 May 2020 12:59:10 +0200 Subject: [PATCH 1/2] Update sbt-microsites to 1.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 94ea7f4..006738a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.13.3") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.5") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.0") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") From 78e3044b40dc694e0eca8df503a60a494ab49716 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 May 2020 00:33:04 +0200 Subject: [PATCH 2/2] Update sbt-microsites to 1.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a94cea5..81ffd69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0") addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.13.3") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.5") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")