Skip to content

Commit

Permalink
Update organize-imports to 0.5.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 1, 2021
1 parent b3ff8a6 commit 84a12e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ object BuildHelper {
semanticdbVersion := scalafixSemanticdb.revision, // use Scalafix compatible version
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
ThisBuild / scalafixDependencies ++= List(
"com.github.liancheng" %% "organize-imports" % "0.4.4",
"com.github.liancheng" %% "organize-imports" % "0.5.0",
"com.github.vovapolu" %% "scaluzzi" % "0.1.16"
),
parallelExecution in Test := true,
Expand Down

0 comments on commit 84a12e9

Please sign in to comment.