From 1126c205bce8f7be78693d3766117a33fa539c51 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 9 Oct 2019 01:08:04 -0400 Subject: Updated lux-lein to work with latest JVM and Leiningen --- lux-lein/project.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lux-lein/project.clj') 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/" -- cgit v1.2.3