From caa9a2ee93cfba90e881af45d8d19963118326d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Wed, 5 Aug 2020 11:56:30 +0200 Subject: [PATCH] Update sbt-fix to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index de3770e..adda5b7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19") -addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.6.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.8.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.8.2") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.3.0")