From 2bd88e35c57fa05f2e7cc67a5b258d63ce8f7e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Fri, 24 Jul 2020 07:15:51 +0200 Subject: [PATCH] Update sbt-fix to 0.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index daa96b9..469f7c2 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.5.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.6.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.2.3")