mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
9 lines
408 B
Scala
9 lines
408 B
Scala
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.2.1")
|
|
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.1")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.6.0")
|
|
|
|
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0")
|