This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pratik Karki <[email protected]>
- Loading branch information
Showing
9 changed files
with
559 additions
and
508 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
(defproject lein-light-nrepl "0.3.3" | ||
(defproject lein-light-nrepl "0.3.4" | ||
:description "nrepl client for Light Table clj and cljs eval." | ||
:url "https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl" | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:dependencies [[org.clojure/clojure "1.7.0"] | ||
[org.clojure/tools.nrepl "0.2.10"] | ||
:dependencies [[org.clojure/clojure "1.8.0"] | ||
[org.clojure/tools.nrepl "0.2.13"] | ||
[commons-io/commons-io "2.4"] | ||
[org.clojure/tools.reader "0.9.2"] | ||
[org.clojure/tools.reader "1.3.2"] | ||
[clj-stacktrace "0.2.8"] | ||
[org.clojure/clojurescript "0.0-3308" | ||
[org.clojure/clojurescript "1.9.229" | ||
:exclusions [org.apache.ant/ant]] | ||
[clojure-complete "0.2.4"]] | ||
:jvm-opts ["-Xmx1g"]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(defproject com.lighttable/clojure "0.3.3" | ||
(defproject com.lighttable/clojure "0.3.4" | ||
:description "Clojure plugin for Light Table" | ||
:dependencies [[org.clojure/clojure "1.5.1"]]) | ||
:dependencies [[org.clojure/clojure "1.8.0"]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.