You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since sbt started doing double publishing in POM-consistent and POM-inconsistent style, shading does not work for both .jars - shaded classes are not added to the .jar containing 2.12_1.0 in its name.
https://eed3si9n.com/sbt-1.9.0#pom-consistency-of-sbt-plugin-publishing
Since sbt started doing double publishing in POM-consistent and POM-inconsistent style, shading does not work for both
.jar
s - shaded classes are not added to the.jar
containing2.12_1.0
in its name.Can be observed in this repository:
The text was updated successfully, but these errors were encountered: