Skip to content

ShadeRule's libraries coordinates do not support cross version #403

@kien-truong

Description

@kien-truong

When I configure shading withing a library such as

ShadeRule
  .rename(...)
  .inLibrary("org" %% "artifact" % "version")
  .inProject

The library's coordinate does not expand to ModuleCoordinate("org", "artifact_<scala_version>", "version"), but remains ModuleCoordinate("org", "artifact", "version")

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