Skip to content

Commit 8122016

Browse files
authoredDec 1, 2020
Update organize-imports to 0.4.4 (#1294)
1 parent e062bbd commit 8122016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inThisBuild(
99
semanticdbVersion := scalametaV,
1010
scalacOptions ++= List("-P:semanticdb:synthetics:on"),
1111
scalafixScalaBinaryVersion := scalaBinaryVersion.value,
12-
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.3"
12+
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.4"
1313
)
1414
)
1515

0 commit comments

Comments
 (0)
Please sign in to comment.