Add sbt-whitesource plugin (#23122)

This commit is contained in:
Arnout Engelen 2017-06-09 04:34:21 -07:00 committed by Johan Andrén
parent c9131412fd
commit cd6b6ffe67
2 changed files with 25 additions and 1 deletions

View file

@ -39,3 +39,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.3")
addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")