From c7a8e4dbcbd7560fb79828923801a7e59db2ee75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Dec 2021 16:27:16 +0100 Subject: [PATCH] Update sort-imports to 0.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28dae45..1603309 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ buildInfoPackage := "org.scalastyle.sbt" // scalafix & scalafmt scalafixDependencies in ThisBuild ++= Seq( - "com.nequissimus" %% "sort-imports" % "0.5.5" + "com.nequissimus" %% "sort-imports" % "0.6.1" ) addCommandAlias("fix", "all compile:scalafix test:scalafix; fixImports") addCommandAlias("fixImports", "compile:scalafix SortImports; test:scalafix SortImports")