Restrict switchScalaVersion `projects` to just ResolvedReference's

This commit is contained in:
Dale Wijnand 2017-09-13 12:03:05 +01:00
parent 936733b2b1
commit 930fac2a78
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

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