There was an error while loading. Please reload this page.
1 parent 0a23e18 commit 1a418d6Copy full SHA for 1a418d6
examples/shopping-cart/project.clj
@@ -6,12 +6,12 @@
6
7
:min-lein-version "2.7.1"
8
9
- :dependencies [[org.clojure/clojure "1.9.0-alpha14"]
+ :dependencies [[org.clojure/clojure "1.8.0"]
10
[org.clojure/clojurescript "1.9.229"]
11
[reagent "0.6.0"]
12
[reagent-utils "0.2.1"]
13
- [day8.re-frame/http-fx "0.1.3"]
14
[re-frame "0.9.0"]
+ [day8.re-frame/http-fx "0.1.3"]
15
[com.cognitect/transit-cljs "0.8.239"]]
16
17
:plugins [[lein-figwheel "0.5.9"]
0 commit comments