sbt / sbt-assembly

Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
MIT License
1.94k stars 223 forks source link

Unable to invoke macro after shading #477

Open thesamet opened 1 year ago

thesamet commented 1 year ago

In investigating scalapb/sparksql-scalapb#279 I found that it's impossible to invoke a shapeless macros when provided through an assembled library. I set up a minimal reproducible example here: https://github.com/thesamet/sbt-assembly-macros-issues . Instructions are on README.md