sbt-assembly
sbt-assembly copied to clipboard
Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
Hi, I have json files in `src/main/resources/json-files/`. All the json files are getting bundled while building the fat jar, while there is a file named `license.json` which is not getting...
In a large Scala repo with submodules, I tested a lot of combinations of sbt versions and sbt-assembly versions and found that moving from sbt-assembly version 1.2.0 to 2.0.0 or...
I am busy preparing projects to use Scala 3. The projects use sbt-assembly (2.2.0) to create Uber Jar. In order to prepare for change to Scala 3 I have enabled...
I'm working on locally published `SNAPSHOT` minor version of a library, that when I use it in the target (local) project, produces new assembly errors, basically like this: ``` [info]...