mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-03-06 15:30:27 +00:00
upgrade scalafix
This commit is contained in:
parent
28edc44574
commit
bec6f86e97
@ -10,9 +10,11 @@ object LintingPlugin extends AutoPlugin {
|
||||
addCommandAlias("fix", "scalafixAll")
|
||||
|
||||
override val projectSettings =
|
||||
Seq(
|
||||
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.0",
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := scalafixSemanticdb.revision
|
||||
inThisBuild(
|
||||
Seq(
|
||||
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.4.4",
|
||||
semanticdbEnabled := true,
|
||||
semanticdbVersion := scalafixSemanticdb.revision
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user