aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-28 17:09:16 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-28 17:09:16 -0700
commit0a24a3c4be77ddbcd65e83d23837ed29be0d731e (patch)
treeef70ccf2d6a01bbd49df7907ee1e0a2b25c335d3 /project
downloadcommando-0a24a3c4be77ddbcd65e83d23837ed29be0d731e.tar.gz
commando-0a24a3c4be77ddbcd65e83d23837ed29be0d731e.tar.bz2
commando-0a24a3c4be77ddbcd65e83d23837ed29be0d731e.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..64cf32f
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=1.1.4
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")