Skip to content

Stop using shading for sbt-bloop modules #1752

@alexarchambault

Description

@alexarchambault

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions