Initial commit
This commit is contained in:
commit
16af5cb333
2 changed files with 9 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*.iml
|
||||||
|
/.idea/
|
||||||
|
/project/
|
||||||
|
/target/
|
5
build.sbt
Normal file
5
build.sbt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
name := "s3thorp"
|
||||||
|
|
||||||
|
version := "0.1"
|
||||||
|
|
||||||
|
scalaVersion := "2.12.8"
|
Loading…
Reference in a new issue