From c054f026862340aa9e08329dd008a37571b64b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Fri, 4 Sep 2020 10:52:04 +0200 Subject: [PATCH] Update sbt-scalafix to 0.9.20 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 73de211..d7e7454 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.20") 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")