Update sort-imports to 0.5.5 (#29805)
This commit is contained in:
parent
4fa733c146
commit
03e0b99b06
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ object ScalaFixExtraRulesPlugin extends AutoPlugin with ScalafixSupport{
|
||||||
import sbt._
|
import sbt._
|
||||||
import scalafix.sbt.ScalafixPlugin.autoImport.scalafixDependencies
|
import scalafix.sbt.ScalafixPlugin.autoImport.scalafixDependencies
|
||||||
override def projectSettings: Seq[Def.Setting[_]] = super.projectSettings ++ {
|
override def projectSettings: Seq[Def.Setting[_]] = super.projectSettings ++ {
|
||||||
scalafixDependencies in ThisBuild += "com.nequissimus" %% "sort-imports" % "0.5.4"
|
scalafixDependencies in ThisBuild += "com.nequissimus" %% "sort-imports" % "0.5.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue