Skip to content

Commit

Permalink
Update organize-imports to 0.4.3 (zio#4339)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 21, 2020
1 parent d1ec6fe commit a6927c5
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 @@ -233,7 +233,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.2",
"com.github.liancheng" %% "organize-imports" % "0.4.3",
"com.github.vovapolu" %% "scaluzzi" % "0.1.14"
),
parallelExecution in Test := true,
Expand Down

0 comments on commit a6927c5

Please sign in to comment.