From 068e01314c345a4754ee6aae5f2cb0cf189510bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 Jan 2020 17:49:32 +0100 Subject: [PATCH] Update sbt-microsites to 1.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e00b29fd..d90f3a75 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.0.2") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.6.0") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.12")