summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-11-12 14:08:15 -0800
committerJakob Odersky <jakob@odersky.com>2018-11-12 14:08:15 -0800
commit4b672ab5fc91b2b3c13e23f130f810b79ab7c928 (patch)
treed9fec4768fb91256a863dba607d29f82b6c8115a /project
downloadescale-4b672ab5fc91b2b3c13e23f130f810b79ab7c928.tar.gz
escale-4b672ab5fc91b2b3c13e23f130f810b79ab7c928.tar.bz2
escale-4b672ab5fc91b2b3c13e23f130f810b79ab7c928.zip
Initial commit
Diffstat (limited to 'project')
-rw-r--r--project/build.properties1
-rw-r--r--project/plugins.sbt1
2 files changed, 2 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000..7c58a83
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=1.2.6
diff --git a/project/plugins.sbt b/project/plugins.sbt
new file mode 100644
index 0000000..f86e373
--- /dev/null
+++ b/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")