Open kien-truong opened 4 years ago
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")
ModuleCoordinate("org", "artifact_<scala_version>", "version")
ModuleCoordinate("org", "artifact", "version")
When I configure shading withing a library such as
The library's coordinate does not expand to
ModuleCoordinate("org", "artifact_<scala_version>", "version")
, but remainsModuleCoordinate("org", "artifact", "version")