-
Notifications
You must be signed in to change notification settings - Fork 45
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
Conflicting dependency on scala-java8-compat #387
Comments
Thanks for the report. At this point sbt authors should just publish a list of which exact versions of dependencies should be used by all sbt plugins. Because if you dare upgrade a single one you'll break all the plugins which didn't upgrade. This can be fixed by reverting the update of the dependency in this project, or by updating it for |
Either that or every sbt plugin should shade all its dependencies or run in its own classloader. Don't downgrade. However long it takes, it's better to figure out the right way. So far I've discovered that:
Then again, scalajs-bundler is pretty stagnated too. It really needs to be updated somehow. |
It seems beta34 and later conflict with sbt-web-scalajs-bundler 0.20.0.
I get this error:
Which comes from sbt-web-scalajs-bundler:
With this plugins.sbt:
The text was updated successfully, but these errors were encountered: