From 0a94d55dae85b14c9614bc58c9af2c45e3fd17a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Feb 2022 22:27:02 +0100 Subject: [PATCH] Update sbt-buildinfo to 0.11.0 in series/1.x --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aa8e41b63..2a8fecfd2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -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") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")