Skip to content

Commit d3fec13

Browse files
Bump organize-imports_2.13 from 0.5.0 to 0.6.0
Bumps [organize-imports_2.13](https://github.com/liancheng/scalafix-organize-imports) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/liancheng/scalafix-organize-imports/releases) - [Commits](liancheng/scalafix-organize-imports@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: com.github.liancheng:organize-imports_2.13 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3abf49f commit d3fec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ subprojects { project ->
143143
project.scalafix {
144144
configFile = rootProject.file('scalafix.conf')
145145
}
146-
dependencies.scalafix('com.github.liancheng:organize-imports_2.13:0.5.0')
146+
dependencies.scalafix('com.github.liancheng:organize-imports_2.13:0.6.0')
147147
project.tasks.spotlessApply.dependsOn(project.tasks.scalafix)
148148
project.tasks.spotlessCheck.dependsOn(project.tasks.checkScalafix)
149149
project.tasks.scalafix.finalizedBy(project.tasks.spotlessApply)

0 commit comments

Comments
 (0)