versioneye/versioneye_sbt_plugin

Add configuration property to filter scala-lang dependencies

mp911de opened this issue · 2 comments

Almost all Scala projects depend on org.scala:scala-lang (like all Java [and Scala] projects depend on the JDK). It would come handy to be able to omit that dependency by configuration (filterScalaLangDependencies defaults to true).

Done with #4

reiz commented

+1