This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +270
-227
lines changed Expand file tree Collapse file tree 7 files changed +270
-227
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- (defproject lein-light-nrepl " 0.3.3 "
1+ (defproject lein-light-nrepl " 0.3.4 "
22 :description " nrepl client for Light Table clj and cljs eval."
33 :url " https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
6- :dependencies [[org.clojure/clojure " 1.7 .0" ]
7- [org.clojure/tools.nrepl " 0.2.10 " ]
6+ :dependencies [[org.clojure/clojure " 1.8 .0" ]
7+ [org.clojure/tools.nrepl " 0.2.13 " ]
88 [commons-io/commons-io " 2.4" ]
9- [org.clojure/tools.reader " 0.9 .2" ]
9+ [org.clojure/tools.reader " 1.3 .2" ]
1010 [clj-stacktrace " 0.2.8" ]
11- [org.clojure/clojurescript " 0.0-3308 "
11+ [org.clojure/clojurescript " 1.9.229 "
1212 :exclusions [org.apache.ant/ant]]
1313 [clojure-complete " 0.2.4" ]]
1414 :jvm-opts [" -Xmx1g" ])
Original file line number Diff line number Diff line change 11{:name " Clojure"
2- :version " 0.3.3 "
2+ :version " 0.3.4 "
33 :author " Kodowa"
44 :source " https://github.com/LightTable/Clojure"
55 :desc " Clojure(Script) integration for Light Table"
Original file line number Diff line number Diff line change 1- (defproject com.lighttable /clojure " 0.3.3 "
1+ (defproject com.lighttable /clojure " 0.3.4 "
22 :description " Clojure plugin for Light Table"
33 :dependencies [[org.clojure/clojure " 1.5.1" ]])
Original file line number Diff line number Diff line change 1- (defproject lein-light " 0.3.3 "
1+ (defproject lein-light " 0.3.4 "
22 :description " Provide uberjar to start headless repl with LT middleware"
33 :license {:name " Eclipse Public License"
44 :url " http://www.eclipse.org/legal/epl-v10.html" }
5- :dependencies [[org.clojure/clojure " 1.7 .0" ]
6- [leiningen " 2.5.2 " :exclusions [stencil]]
5+ :dependencies [[org.clojure/clojure " 1.8 .0" ]
6+ [leiningen " 2.9.0 " :exclusions [stencil]]
77 [fs " 1.3.3" ]]
88 :uberjar-name " lein-light-standalone.jar"
99 :profiles {:uberjar {:aot :all }}
Original file line number Diff line number Diff line change 3939 init)
4040 lein-light-version (if (maintained-clojure-version? clj-version)
4141 ; ; Maintained lein-light-nrepl
42- " 0.3.3 "
42+ " 0.3.4 "
4343 ; ; Deprecated/unmaintained lein-light-nrepl
4444 " 0.1.3" )
4545 profile {:dependencies [['lein-light-nrepl/lein-light-nrepl lein-light-version]
You can’t perform that action at this time.
0 commit comments