Initial commit

This commit is contained in:
Aly 2020-12-04 14:22:14 -08:00
commit 1f224d4ed6
9 changed files with 162 additions and 0 deletions

1
project/build.properties Normal file
View file

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

2
project/plugins.sbt Normal file
View file

@ -0,0 +1,2 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.4.6")