mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
41d3d0bb1c
- update all plugin versions - drop the custom javadoc-sbt plugin in favor of sbt's native javadoc support - update to a lift-json that's built against 2.9.2
12 lines
474 B
Scala
12 lines
474 B
Scala
addSbtPlugin("de.johoop" % "findbugs4sbt" % "1.1.7")
|
|
|
|
libraryDependencies ++= Seq(
|
|
"org.jacoco" % "org.jacoco.core" % "0.5.9.201207300726" artifacts(Artifact("org.jacoco.core", "jar", "jar")),
|
|
"org.jacoco" % "org.jacoco.report" % "0.5.9.201207300726" artifacts(Artifact("org.jacoco.report", "jar", "jar")))
|
|
|
|
addSbtPlugin("de.johoop" % "jacoco4sbt" % "1.2.4")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.7")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.4.0")
|