mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Restrict switchScalaVersion projects to just ResolvedReference's
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user