diff options
| author | Scala Steward | 2020-08-12 23:12:32 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-12 21:12:32 +0000 |
| commit | b8d0af4d6b32106606130b78c5c24dabf9c9709a (patch) | |
| tree | 7f4cd669bfc4e5b85a9715d18de4b4810e117f0f /project | |
| parent | 9de80fb0576077ecc6a83fe6ea8aa43249a0ab53 (diff) | |
Update sbt-buildinfo to 0.10.0 (#1834)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -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 d5fb4af3..45d9425a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") |
