mirror of https://github.com/sbt/sbt.git
remove unused code
This commit is contained in:
parent
d582dfc4be
commit
bbdd11150b
|
|
@ -3590,7 +3590,6 @@ object Classpaths {
|
|||
deps.classpath(ref) flatMap { dep =>
|
||||
for {
|
||||
depProjId <- (dep.project / projectID).get(data)
|
||||
depSV <- (dep.project / scalaVersion).get(data)
|
||||
depSBV <- (dep.project / scalaBinaryVersion).get(data)
|
||||
depCross <- (dep.project / crossVersion).get(data)
|
||||
} yield {
|
||||
|
|
|
|||
Loading…
Reference in New Issue