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
Is the scala-compiler dependency an actual dependency? If the point is to avoid getting a redundant scala-xml on the classpath in this build or downstream users, that shouldn't be a problem with sbt 1.2 or later. I know there are compiler and reflection tests, but maybe they can be moved elsewhere or sunset.
If the point is to avoid a redundant scala-xml dependency from the compiler for downstream users, that was fixed in 2.13. It seems it shouldn't be an issue with 2.12, but it would take an investigation.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is this needed any longer?
https://github.com/scala/scala-xml/blob/5dac609d66/build.sbt#L137
Is the scala-compiler dependency an actual dependency? If the point is to avoid getting a redundant scala-xml on the classpath in this build or downstream users, that shouldn't be a problem with sbt 1.2 or later. I know there are compiler and reflection tests, but maybe they can be moved elsewhere or sunset.
If the point is to avoid a redundant scala-xml dependency from the compiler for downstream users, that was fixed in 2.13. It seems it shouldn't be an issue with 2.12, but it would take an investigation.
The text was updated successfully, but these errors were encountered: