Add base structure and library stuff from last year

This commit is contained in:
Alexander Gehrke 2021-12-02 23:34:40 +01:00
commit 9017c4379c
35 changed files with 452 additions and 0 deletions

1
project/build.properties Normal file
View file

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

2
project/plugins.sbt Normal file
View file

@ -0,0 +1,2 @@
//addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")