From 256380a492b94f7e65e916a562fe0e25c7f14ea9 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Mon, 16 Apr 2018 14:20:34 +0200 Subject: [PATCH] Upgrade to sbt-buildinfo 0.9.0 To fix issues with multi-parameter infix notation. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 83690d191839..5cd6b814e6fb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,4 +15,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.10.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.2") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")