Restrict switchScalaVersion projects to just ResolvedReference's

This commit is contained in:
Dale Wijnand
2017-09-13 16:03:51 +01:00
parent 936733b2b1
commit 930fac2a78
+1 -1
View File
@@ -274,7 +274,7 @@ object Cross {
excluded.foreach(logProject.tupled)
}
val projects: Seq[Reference] = {
val projects: Seq[ResolvedReference] = {
val projectScalaVersions =
structure.allProjectRefs.map(proj => proj -> crossVersions(extracted, proj))
if (switch.version.force) {