You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem while testing the compiler using different modules with different Scala versions. One of the modules was using a Scala SDK that was installed on my system (not downloaded by Ivy).
The compiler classpath contains jars that do not have the Scala version in their name. So in this case we can take the version from the SDK name.
I encountered a problem while testing the compiler using different modules with different Scala versions. One of the modules was using a Scala SDK that was installed on my system (not downloaded by Ivy).

The compiler classpath contains jars that do not have the Scala version in their name. So in this case we can take the version from the SDK name.