We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e062bbd commit 8122016Copy full SHA for 8122016
build.sbt
@@ -9,7 +9,7 @@ inThisBuild(
9
semanticdbVersion := scalametaV,
10
scalacOptions ++= List("-P:semanticdb:synthetics:on"),
11
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
12
- scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.3"
+ scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.4"
13
)
14
15
0 commit comments