Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Case Nelson committed Feb 12, 2016
1 parent 26d3804 commit d9d1c8f
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 479 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
:description ""
:url ""

:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.7.228"]
[org.clojure/core.async "0.2.374" :exclusions [org.clojure/tools.reader]]
[rewrite-cljs "0.3.1"]]
[rewrite-cljs "0.4.0" :exclusions [org.clojure/tools.reader]]]

:npm {:dependencies [[source-map-support "0.3.3"]
[parinfer "1.4.0"]
[parinfer "1.5.3"]
[ws "1.0.1"]]}

:plugins [[lein-cljsbuild "1.1.1"]
[lein-figwheel "0.5.0"]
[lein-figwheel "0.5.0-6"]
[lein-npm "0.6.1"]]

:source-paths ["src" "target/classes"]
Expand Down
Loading

0 comments on commit d9d1c8f

Please sign in to comment.