Skip to content

Commit 1a418d6

Browse files
author
Johannes Staffans
committed
Clean up imports
1 parent 0a23e18 commit 1a418d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/shopping-cart/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
:min-lein-version "2.7.1"
88

9-
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
9+
:dependencies [[org.clojure/clojure "1.8.0"]
1010
[org.clojure/clojurescript "1.9.229"]
1111
[reagent "0.6.0"]
1212
[reagent-utils "0.2.1"]
13-
[day8.re-frame/http-fx "0.1.3"]
1413
[re-frame "0.9.0"]
14+
[day8.re-frame/http-fx "0.1.3"]
1515
[com.cognitect/transit-cljs "0.8.239"]]
1616

1717
:plugins [[lein-figwheel "0.5.9"]

0 commit comments

Comments
 (0)