Remove deprecated comment

This commit is contained in:
Alexandre Archambault 2017-02-21 15:57:40 +01:00
parent 0e9109c3f7
commit 7914603f40
1 changed files with 0 additions and 4 deletions

View File

@ -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(