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.
1 parent bc2c382 commit c392417Copy full SHA for c392417
build.sbt
@@ -69,7 +69,7 @@ inThisBuild(
69
"-encoding",
70
"utf8"
71
),
72
- scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0",
+ scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0",
73
semanticdbEnabled := true,
74
semanticdbVersion := scalametaVersion,
75
scalafixScalaBinaryVersion := scalaBinaryVersion.value
0 commit comments