From 74d77bf271b7f080017559a2b98e7e78f91ebfb3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Nov 2021 08:11:53 +0100 Subject: Update sbt-site to 1.4.1 (#1676) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1faa5f50..518a7715 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -- cgit v1.2.3