sbt/main/settings/src
Eugene Yokota 07afc67c7a Adds excludeDependencies. Fixes #1748
Adds project-level dependency exclusions:

  excludeDependencies += "org.apache.logging.log4j"
  excludeDependencies += "com.example" %% "foo"

In the first example, all artifacts from the organization
`"org.apache.logging.log4j"` are excluded from the managed dependency.
In the second example, artifacts with the organization `"com.example"`
and the name `"foo"` cross versioned to the current `scalaVersion` are
excluded.
2014-12-04 17:35:30 -05:00
..
main/scala/sbt Adds excludeDependencies. Fixes #1748 2014-12-04 17:35:30 -05:00
test/scala Fixes #1384. Fixes Scope.parseScopedKey 2014-08-05 11:28:28 -04:00