Skip to content

Commit 321e35f

Browse files
authored
Merge pull request #10 from scala-steward/update/organize-imports-0.4.4
Update organize-imports to 0.4.4
2 parents a929a00 + 7dbf1b2 commit 321e35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalafix.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ semanticdbVersion in ThisBuild := scalafixSemanticdb.revision
55
scalafixScalaBinaryVersion in ThisBuild := "2.13"
66

77
scalafixDependencies in ThisBuild ++= Seq(
8-
"com.github.liancheng" %% "organize-imports" % "0.4.3"
8+
"com.github.liancheng" %% "organize-imports" % "0.4.4"
99
)

0 commit comments

Comments
 (0)