mirror of https://github.com/sbt/sbt.git
Restrict switchScalaVersion `projects` to just ResolvedReference's
This commit is contained in:
parent
936733b2b1
commit
930fac2a78
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue