remove unused code

This commit is contained in:
xuwei-k 2020-10-18 15:09:44 +09:00
parent d582dfc4be
commit bbdd11150b
1 changed files with 0 additions and 1 deletions

View File

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