Skip to content

Commit

Permalink
Merge pull request #1 from AndreaCrotti/upgrade_dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
Bruce Hauman committed Jun 29, 2015
2 parents e3273c1 + a949f67 commit d03467a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-3196"]
[figwheel "0.2.7-SNAPSHOT"]
:dependencies [[org.clojure/clojure "1.7.0-RC1"]
[org.clojure/clojurescript "0.0-3308"]
[figwheel "0.3.5"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[org.omcljs/om "0.8.8"]
[sablono "0.3.4"]]
Expand Down Expand Up @@ -46,6 +46,7 @@
:optimizations :advanced
:pretty-print false}}]}

:aliases {"test" ["cljsbuild" "test"]}
:figwheel {
:http-server-root "public" ;; default and assumes "resources"
:server-port 4449 ;; default
Expand Down

0 comments on commit d03467a

Please sign in to comment.