Build uberjar using sbt-assembly

This commit is contained in:
Joscha 2024-09-04 19:28:01 +02:00
parent b1bf201a92
commit 448138b826
2 changed files with 4 additions and 3 deletions

1
project/plugins.sbt Normal file
View file

@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")