aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorScala Steward2022-03-14 19:15:43 +0100
committerGitHub2022-03-14 18:15:43 +0000
commit3c545d00b68c36d81bc9b39ee26b6a9d7ebbeee4 (patch)
treec6b23832badfd718f61f5bb5b21436fa914569d5 /project
parent362cda48c462e79f39df8552695788dcd81b0c67 (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')
-rw-r--r--project/plugins.sbt2
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")