From d006b80b8481cb04db9246b83efdfac2b002bf00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Oct 2021 00:46:16 +0200 Subject: [PATCH] Update sbt-site to 1.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4d00d6a6..d7ad75c9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.3") +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.3") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0")