mirror of https://github.com/sbt/sbt.git
Remove deprecated comment
This commit is contained in:
parent
0e9109c3f7
commit
7914603f40
|
|
@ -109,10 +109,6 @@ object FromSbt {
|
|||
scalaBinaryVersion: String
|
||||
): Project = {
|
||||
|
||||
// FIXME Ignored for now - easy to support though
|
||||
// val sbtDepOverrides = dependencyOverrides.value
|
||||
// val sbtExclusions = excludeDependencies.value
|
||||
|
||||
val deps = allDependencies.flatMap(dependencies(_, scalaVersion, scalaBinaryVersion))
|
||||
|
||||
Project(
|
||||
|
|
|
|||
Loading…
Reference in New Issue