diff options
| author | Scala Steward | 2022-03-14 19:15:43 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-14 18:15:43 +0000 |
| commit | 3c545d00b68c36d81bc9b39ee26b6a9d7ebbeee4 (patch) | |
| tree | c6b23832badfd718f61f5bb5b21436fa914569d5 /project/plugins.sbt | |
| parent | 362cda48c462e79f39df8552695788dcd81b0c67 (diff) | |
Update sbt-buildinfo to 0.11.0 (#2483)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project/plugins.sbt')
| -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 6ebd8b84..3f60b91d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,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.10.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") |
