=sbt Update sort-imports to 0.6.1 (#31513)
This commit is contained in:
parent
1c0a7c8861
commit
3a7e11d6e4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ object ScalaFixExtraRulesPlugin extends AutoPlugin with ScalafixSupport {
|
|||
import scalafix.sbt.ScalafixPlugin.autoImport.scalafixDependencies
|
||||
override def projectSettings: Seq[Def.Setting[_]] = super.projectSettings ++ {
|
||||
ThisBuild / scalafixDependencies ++= Seq(
|
||||
"com.nequissimus" %% "sort-imports" % "0.5.5",
|
||||
"com.nequissimus" %% "sort-imports" % "0.6.1",
|
||||
// https://github.com/ohze/scala-rewrites
|
||||
// an extended version of https://github.com/scala/scala-rewrites
|
||||
"com.sandinh" %% "scala-rewrites" % "0.1.10-sd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue