sbt / sbt-assembly

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

Cater for Scala 2.13 and includeScala=false #383

Closed abhamjee closed 5 years ago

abhamjee commented 5 years ago

Fixes #380

The Scala 2.13 distribution does not include scala-xml and a few other jars. If includeScala=false and you need to include scala-xml, the function Assembly.isScalaLibraryFile needs to cater for a reduced set of libraries.

eed3si9n commented 5 years ago

Thanks @abhamjee!