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 "
2
2
:description " nrepl client for Light Table clj and cljs eval."
3
3
:url " https://github.com/LightTable/Clojure/tree/master/lein-light-nrepl"
4
4
:license {:name " Eclipse Public License"
5
5
: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 " ]
8
8
[commons-io/commons-io " 2.4" ]
9
- [org.clojure/tools.reader " 0.9 .2" ]
9
+ [org.clojure/tools.reader " 1.3 .2" ]
10
10
[clj-stacktrace " 0.2.8" ]
11
- [org.clojure/clojurescript " 0.0-3308 "
11
+ [org.clojure/clojurescript " 1.9.229 "
12
12
:exclusions [org.apache.ant/ant]]
13
13
[clojure-complete " 0.2.4" ]]
14
14
:jvm-opts [" -Xmx1g" ])
Original file line number Diff line number Diff line change 1
1
{:name " Clojure"
2
- :version " 0.3.3 "
2
+ :version " 0.3.4 "
3
3
:author " Kodowa"
4
4
:source " https://github.com/LightTable/Clojure"
5
5
: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 "
2
2
:description " Clojure plugin for Light Table"
3
3
: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 "
2
2
:description " Provide uberjar to start headless repl with LT middleware"
3
3
:license {:name " Eclipse Public License"
4
4
: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]]
7
7
[fs " 1.3.3" ]]
8
8
:uberjar-name " lein-light-standalone.jar"
9
9
:profiles {:uberjar {:aot :all }}
Original file line number Diff line number Diff line change 39
39
init)
40
40
lein-light-version (if (maintained-clojure-version? clj-version)
41
41
; ; Maintained lein-light-nrepl
42
- " 0.3.3 "
42
+ " 0.3.4 "
43
43
; ; Deprecated/unmaintained lein-light-nrepl
44
44
" 0.1.3" )
45
45
profile {:dependencies [['lein-light-nrepl/lein-light-nrepl lein-light-version]
You can’t perform that action at this time.
0 commit comments