aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScala Steward2020-02-11 22:43:17 +0100
committerGitHub2020-02-11 21:43:17 +0000
commit9c128fc21c5626a27b26acae5f9f83b3bdc720a6 (patch)
tree492979fa7b5573f7aba70e30bab35ccd739a3a8b
parent48cbe68228732472a7d6435e29be4d0a13f22ed7 (diff)
Update sbt-buildinfo to 0.9.0 (#1328)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index c9bc117b..ce744fcf 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.7.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")