Skip to content

Remove exclude rule from scala-compiler test dependency #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2021

Conversation

ashawley
Copy link
Member

Fixes #346.

I believe this was the last artifact in the build to deal with the dreaded classpath issue scala-xml suffered for years. We could have probably fixed it back when sbt 1.1 was released, but I forgot about it. It's only a test dependency, so it wouldn't affect downstream users. I'm pretty sure it doesn't break testing. In particular, it doesn't run the tests against the scala-xml dependency of scala-compiler rather than the compiled class files.

@SethTisue SethTisue merged commit 5ffdbc9 into scala:main May 13, 2021
@ashawley ashawley added this to the 2.0 milestone May 13, 2021
@ashawley ashawley deleted the compiler-dependency-exclude branch May 13, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove libraryDependency exclude from build
2 participants