From 49f6758aeb92f3def1e34999a56815f38adf3f6e Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 15 Mar 2019 10:10:05 -0400 Subject: Initial commit --- .gitignore | 1 + project/build.properties | 1 + project/plugins.sbt | 1 + project/project/plugins.sbt | 1 + 4 files changed, 4 insertions(+) create mode 100644 .gitignore create mode 100644 project/build.properties create mode 100644 project/plugins.sbt create mode 100644 project/project/plugins.sbt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f97022 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/ \ No newline at end of file diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..1fc4b80 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=1.2.8 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..3a2d48e --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtCoursier diff --git a/project/project/plugins.sbt b/project/project/plugins.sbt new file mode 100644 index 0000000..badbf3a --- /dev/null +++ b/project/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.1.0-M13-1") -- cgit v1.2.3