Version initiale

This commit is contained in:
François Pelletier 2024-08-31 22:30:44 -04:00
commit 808c9d7385
22 changed files with 403 additions and 0 deletions

1
project/build.properties Normal file
View file

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

1
project/plugins.sbt Normal file
View file

@ -0,0 +1 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")