From 4b672ab5fc91b2b3c13e23f130f810b79ab7c928 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 12 Nov 2018 14:08:15 -0800 Subject: Initial commit --- project/build.properties | 1 + project/plugins.sbt | 1 + 2 files changed, 2 insertions(+) create mode 100644 project/build.properties create mode 100644 project/plugins.sbt (limited to 'project') 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") -- cgit v1.2.3