mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Add scalafix and organize-imports rule
This commit is contained in:
@ -24,6 +24,7 @@ object Dependencies {
|
||||
val LogbackVersion = "1.2.3"
|
||||
val MariaDbVersion = "2.6.1"
|
||||
val MiniTestVersion = "2.8.2"
|
||||
val OrganizeImportsVersion = "0.3.1-RC3"
|
||||
val PdfboxVersion = "2.0.20"
|
||||
val PoiVersion = "4.1.2"
|
||||
val PostgresVersion = "42.2.14"
|
||||
@ -253,4 +254,8 @@ object Dependencies {
|
||||
val icu4j = Seq(
|
||||
"com.ibm.icu" % "icu4j" % Icu4jVersion
|
||||
)
|
||||
|
||||
val organizeImports = Seq(
|
||||
"com.github.liancheng" %% "organize-imports" % OrganizeImportsVersion
|
||||
)
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.17")
|
||||
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.2.1")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
|
||||
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.6.1")
|
||||
|
Reference in New Issue
Block a user