-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
It seems both sbt-bloop modules, for sbt 0.13 and 1.0, only depend on bloop-config, whose only notable dependency is jsoniter-scala. As sbt-bloop is usully added alongside other plugins, it seems having these two dependencies shouldn't be a problem (if users have other plugins depending on those, these would bump these dependencies' versions if needed, which is fine as long as these don't break binary compatibility).
So shading could probably be dropped altogether for the sbt-bloop plugins, which would considerably simplify the Bloop build (no need to shade things in meta builds any more).
(Opening this issue in the context of trying to make Scala CLI's Bloop fork and Bloop mainline here converge.)
Metadata
Metadata
Assignees
Labels
No labels