We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3abf49f + d3fec13 commit c189ac4Copy full SHA for c189ac4
build.gradle
@@ -143,7 +143,7 @@ subprojects { project ->
143
project.scalafix {
144
configFile = rootProject.file('scalafix.conf')
145
}
146
- dependencies.scalafix('com.github.liancheng:organize-imports_2.13:0.5.0')
+ dependencies.scalafix('com.github.liancheng:organize-imports_2.13:0.6.0')
147
project.tasks.spotlessApply.dependsOn(project.tasks.scalafix)
148
project.tasks.spotlessCheck.dependsOn(project.tasks.checkScalafix)
149
project.tasks.scalafix.finalizedBy(project.tasks.spotlessApply)
0 commit comments