Skip to content

Commit

Permalink
OrganizeImports.targetDialect = Scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jan 22, 2024
1 parent cb5c0f2 commit 0e42fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scalafix.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rules = [OrganizeImports]
OrganizeImports.removeUnused = false
OrganizeImports.removeUnused = false
OrganizeImports.targetDialect = Scala3
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
resolvers += Resolver.sonatypeRepo("snapshots")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.11.1+82-462466f6-SNAPSHOT"

0 comments on commit 0e42fa0

Please sign in to comment.