Merge pull request #252 from sullis/cleanup-plugins.sbt

cleanup plugins.sbt
This commit is contained in:
eugene yokota 2018-06-28 17:44:18 -04:00 committed by GitHub
commit 549a758cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.7")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.0")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.2")
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.9")
scalacOptions += "-language:postfixOps"