Closed nafg closed 2 years ago
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 sbt-web-scalajs-bundler
. Given two non-great options I prefer the latter I guess. Otherwise I'd accept a PR with a downgrade at this side too.
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: