Skip to content

Commit c189ac4

Browse files
authored
Merge pull request #153 from Yubico/dependabot/gradle/com.github.liancheng-organize-imports_2.13-0.6.0
Bump organize-imports_2.13 from 0.5.0 to 0.6.0
2 parents 3abf49f + d3fec13 commit c189ac4

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)