summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2020-05-13 18:55:12 +0200
committerGitHub2020-05-13 16:55:12 +0000
commit89dbcd2556eba4853d21110c4658ada549e08600 (patch)
tree5b32b3087868b4b3651db7fc8bc284d9f5116d73
parente7b8e6e6e497b622b9d48e98d33ad6698dd6198c (diff)
Update sbt-site to 1.4.0 (#1395)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 464619ad..58cf5259 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -8,7 +8,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.3")
+addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")