From 669041f3ae0ea2dfa9713a805d68e4bdf3f2eb4e Mon Sep 17 00:00:00 2001 From: "sisioh-bot[bot]" <82867271+sisioh-bot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 19:10:28 +0000 Subject: [PATCH] build: Update sbt-scalafix from 0.9.33 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 afba653..5ecf8ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") addDependencyTreePlugin