diff options
| author | Scala Steward | 2021-11-21 08:11:53 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-21 07:11:53 +0000 |
| commit | 74d77bf271b7f080017559a2b98e7e78f91ebfb3 (patch) | |
| tree | ac5ece3daf8804a4c9300d2e60ef266349f62058 | |
| parent | 7d6b45548a2b835633ecef6c199f5ade0b541ae6 (diff) | |
Update sbt-site to 1.4.1 (#1676)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
