Skip to content

Commit f0ccc00

Browse files
committed
Update organize imports rule to 0.5.0
It seems like the rule was not updated automatically and there are some incompatibilities with 0.4.4 https://github.com/liancheng/scalafix-organize-imports/releases/tag/v0.5.0
1 parent 9473537 commit f0ccc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ lazy val V = new {
246246
val coursier = "2.0.13"
247247
val ammonite = "2.3.8-36-1cce53f3"
248248
val mill = "0.9.3"
249-
val organizeImportRule = "0.4.4"
249+
val organizeImportRule = "0.5.0"
250250
}
251251

252252
val genyVersion = Def.setting {

0 commit comments

Comments
 (0)