Skip to content

Commit

Permalink
Remove dependency on organize imports scalafix rule
Browse files Browse the repository at this point in the history
It's bundled by default
  • Loading branch information
joroKr21 committed Jun 30, 2023
1 parent 24285f9 commit 518989e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ val baseSettings = Seq(
(Test / fork) := true,
(ThisBuild / javaOptions) ++= Seq("-Xss2048K"),
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full),
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalafixOnCompile := formatOnCompile,
Expand Down

0 comments on commit 518989e

Please sign in to comment.