aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@inpher.io>2019-03-15 10:10:05 -0400
committerJakob Odersky <jakob@inpher.io>2019-03-15 10:10:05 -0400
commit49f6758aeb92f3def1e34999a56815f38adf3f6e (patch)
tree581806c059184084ff5d2343a843f19732314668
downloadcoursier-kill-metals-49f6758aeb92f3def1e34999a56815f38adf3f6e.tar.gz
coursier-kill-metals-49f6758aeb92f3def1e34999a56815f38adf3f6e.tar.bz2
coursier-kill-metals-49f6758aeb92f3def1e34999a56815f38adf3f6e.zip
Initial commit
-rw-r--r--.gitignore1
-rw-r--r--project/build.properties1
-rw-r--r--project/plugins.sbt1
-rw-r--r--project/project/plugins.sbt1
4 files changed, 4 insertions, 0 deletions
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")