From a8e514265f94f062509f64e94b353de22e17c70c Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 21 Feb 2019 15:06:05 +0100 Subject: [PATCH] Update sbt-java-formatter to 0.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6069d1a..9d596eb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.1") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.0") -addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.3") +addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.4.4") addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")