aboutsummaryrefslogtreecommitdiff
path: root/lux-lein/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2019-10-09 01:08:04 -0400
committerEduardo Julian2019-10-09 01:08:04 -0400
commit1126c205bce8f7be78693d3766117a33fa539c51 (patch)
treee0ee7ad561b8aabe7d055b4c1742f6f9e888caf6 /lux-lein/project.clj
parent9277712680ab44babe60ed9733bce794321af422 (diff)
Updated lux-lein to work with latest JVM and Leiningen
Diffstat (limited to 'lux-lein/project.clj')
-rw-r--r--lux-lein/project.clj4
1 files changed, 1 insertions, 3 deletions
diff --git a/lux-lein/project.clj b/lux-lein/project.clj
index 114960e23..d81927bb2 100644
--- a/lux-lein/project.clj
+++ b/lux-lein/project.clj
@@ -3,9 +3,7 @@
:url "https://github.com/LuxLang/lein-luxc"
:license {:name "Lux License v0.1"
:url "https://github.com/LuxLang/lux/blob/master/license.txt"}
- :dependencies [[org.clojure/clojure "1.6.0"]
- [com.github.luxlang/luxc-jvm "0.6.0-SNAPSHOT"]
- [com.github.luxlang/stdlib "0.6.0-SNAPSHOT"]]
+ :dependencies [[org.clojure/clojure "1.6.0"]]
:deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
:creds :gpg}]
["snapshots" {:url "https://oss.sonatype.org/content/repositories/snapshots/"