Initial commit

This commit is contained in:
Paul Campbell 2019-04-29 20:05:41 +01:00
commit 16af5cb333
2 changed files with 9 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
*.iml
/.idea/
/project/
/target/

5
build.sbt Normal file
View file

@ -0,0 +1,5 @@
name := "s3thorp"
version := "0.1"
scalaVersion := "2.12.8"