Add scalafix and organize-imports rule

This commit is contained in:
Eike Kettner
2020-06-28 20:47:19 +02:00
parent 5bad157b9e
commit 672ed445b1
4 changed files with 26 additions and 2 deletions

View File

@ -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")