Skip to content

Commit

Permalink
Update organize-imports to 0.6.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch authored Nov 7, 2021
1 parent 2281d04 commit 027efdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ object Dependencies {
)

val betterMonadicFor: ModuleID = "com.olegpy" %% "better-monadic-for" % "0.3.1"
val organizeimports: ModuleID = "com.github.liancheng" %% "organize-imports" % "0.5.0"
val organizeimports: ModuleID = "com.github.liancheng" %% "organize-imports" % "0.6.0"

}

0 comments on commit 027efdb

Please sign in to comment.