Initial commit

This commit is contained in:
DavidOnTop 2024-09-24 21:08:15 +02:00
commit 5d2dd7db43
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
6 changed files with 126 additions and 0 deletions

1
project/build.properties Normal file
View file

@ -0,0 +1 @@
sbt.version = 1.10.2

1
project/plugins.sbt Normal file
View file

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