diff --git a/examples/project/plugins.sbt b/examples/project/plugins.sbt index 0a2de6a0..589de2a1 100644 --- a/examples/project/plugins.sbt +++ b/examples/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") diff --git a/project/plugins.sbt b/project/plugins.sbt index 55e51130..49647cc0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := Level.Warn addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11")