From 12c91491e0173aad7267604aa97143401bef2c90 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Feb 2022 22:08:59 +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 dc68a3f7..c20c63fd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.0.0") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.30")