From daab083bab42e7e6063c3ff34b82037bbde671b4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Sep 2019 12:25:11 +0200 Subject: [PATCH] Update sbt-scalafmt to 2.0.6 (#68) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 451ad2e..3d54a9e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6")