AkkaDisciplinePlugin don't need to depend on Scalafix
This commit is contained in:
parent
7c38b83e39
commit
50f1f14265
1 changed files with 2 additions and 4 deletions
|
|
@ -8,12 +8,10 @@ import sbt._
|
|||
import Keys.{ scalacOptions, _ }
|
||||
import sbt.plugins.JvmPlugin
|
||||
|
||||
object AkkaDisciplinePlugin extends AutoPlugin with ScalafixSupport {
|
||||
|
||||
import scalafix.sbt.ScalafixPlugin
|
||||
object AkkaDisciplinePlugin extends AutoPlugin {
|
||||
|
||||
override def trigger: PluginTrigger = allRequirements
|
||||
override def requires: Plugins = JvmPlugin && ScalafixPlugin
|
||||
override def requires: Plugins = JvmPlugin
|
||||
override lazy val projectSettings = disciplineSettings
|
||||
|
||||
// allow toggling for pocs/exploration of ideas without discpline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue