From 8e275677020509a52eeb93c27a4502941bf134ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Feb 2022 22:14:31 +0100 Subject: [PATCH] Update sbt-buildinfo to 0.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bd49414..c1e5b55 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("io.chrisdavenport" % "sbt-davenverse" % "0.1.2") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") \ No newline at end of file +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") \ No newline at end of file