From f1ac313cc3cc1d5f9aca5bc998460b26aaf6aa7a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 17 Feb 2022 23:04:54 +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 0063e4f..08ab9f7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0" addSbtPlugin("com.codecommit" % "sbt-spiewak-sonatype" % "0.23.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")