From 35374aa35ed8ba3ef7c6a3d51a0bd5b29a68a031 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 16:16:01 +0000 Subject: [PATCH] Update sbt-site to 1.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ae14bda..9bfa1d9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") +addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")