upgrade cljs dependencies
This commit is contained in:
parent
4d88e60dcb
commit
3154caa6e7
2 changed files with 4 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
|||
* Correct generated arglist for helpers defined with defhelper (@michaelblume)
|
||||
* Don't depend on map iteration order, fix bug with multiple map types (@tomconnors)
|
||||
* Don't throw away namespace portion of keywords (@jrdoane)
|
||||
* Update CLJS dependencies (@michaelblume)
|
||||
|
||||
## 0.8.2
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
:target :nodejs}}}}
|
||||
:doo {:build "test"}
|
||||
:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.9.89"]
|
||||
[cljsbuild "1.1.3"]]
|
||||
:plugins [[lein-cljsbuild "1.1.3"]
|
||||
[org.clojure/clojurescript "1.9.521"]
|
||||
[cljsbuild "1.1.6"]]
|
||||
:plugins [[lein-cljsbuild "1.1.6"]
|
||||
[lein-doo "0.1.6"]]}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue