Posts

  • Scala creating an executable jar with sbt-assembly
    Packaging a Scala program to distribute is not a straight forward affair with the standard library. You will need to pull in your Scala and Java dependencies and have a script that adds these to your classpath before launching the program. There is fortunately an easier way…