Skip to content

Commit

Permalink
Merge pull request #21 from mzuehlke/scalafix-simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
zmccoy authored Jul 6, 2023
2 parents 3cf4665 + 5049d95 commit 69f7e94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/scala/io/circe/sbt/CirceOrgPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ object CirceOrgPlugin extends AutoPlugin {

lazy val scalafixSettings: Seq[Setting[_]] =
Seq(
scalafixDependencies ++= Seq(
"com.github.liancheng" %% "organize-imports" % "0.6.0" // https://github.com/liancheng/scalafix-organize-imports/tags
)
scalafixDependencies ++= Seq.empty
)

}

0 comments on commit 69f7e94

Please sign in to comment.