From ccb4e638f6814b8026535d3453b96db9d0feb414 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 05:13:38 +0000 Subject: [PATCH] Update sbt-scalafix to 0.9.34 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a8e339c..9eb2feb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.4.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2")