File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- (defproject rebel-readline-cljs " 0.1.1-SNAPSHOT "
1+ (defproject com.bhauman / rebel-readline-cljs " 0.1.1"
22 :description " A rebel readline service for ClojureScript"
33 :url " https://github.com/bhauman/rebel-readline"
44 :license {:name " Eclipse Public License"
88 :url " https://github.com/bhauman/rebel-readline"
99 :dir " .." }
1010
11- :dependencies [[rebel-readline " 0.1.1-SNAPSHOT " ]
11+ :dependencies [[com.bhauman/ rebel-readline " 0.1.1" ]
1212 [org.clojure/clojurescript " 1.9.946" ]
1313 [cljs-tooling " 0.2.0" ]]
1414
Original file line number Diff line number Diff line change 1- (defproject rebel-readline " 0.1.1-SNAPSHOT "
1+ (defproject com.bhauman / rebel-readline " 0.1.1"
22 :description " Terminal readline library for Clojure dialects"
33 :url " https://github.com/bhauman/rebel-readline"
44 :license {:name " Eclipse Public License"
99 :url " https://github.com/bhauman/rebel-readline"
1010 :dir " .." }
1111
12- :dependencies [[org.clojure/clojure " 1.9 .0" ]
12+ :dependencies [[org.clojure/clojure " 1.8 .0" ]
1313 [org.jline/jline-reader " 3.5.1" ]
1414 [org.jline/jline-terminal " 3.5.1" ]
15- #_[org.jline/jline-terminal-jna " 3.5.1" ]
1615 [org.jline/jline-terminal-jansi " 3.5.1" ]
17- [cljfmt " 0.5.7" ] ; ; depends on tools reader
18- [compliment " 0.3.5 " ]]
16+ [cljfmt " 0.5.7" ] ; ; depends on tools reader
17+ [compliment " 0.3.6 " ]]
1918
2019 :profiles {:dev {:source-paths [" src" " dev" ]
2120 :main rebel-dev.main}})
You can’t perform that action at this time.
0 commit comments