Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Oct 8, 2015
1 parent cec5372 commit 1405dd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
:authors ["verma", "crisptrutski"]
:min-lein-version "2.5.0"
:dependencies [[org.clojure/clojure "1.7.0" :scope "provided"]
[org.clojure/clojurescript "1.7.107" :scope "provided"]
[org.clojure/clojurescript "1.7.122" :scope "provided"]
[org.clojure/core.async "0.1.346.0-17112a-alpha" :scope "provided"]
[com.firebase/firebase-client-jvm "2.3.1" :exclusions [org.apache.httpcomponents/httpclient]]
[org.apache.httpcomponents/httpclient "4.5"]
[com.firebase/firebase-client-jvm "2.4.0" :exclusions [org.apache.httpcomponents/httpclient]]
[org.apache.httpcomponents/httpclient "4.5.1"]

[cljsjs/firebase "2.2.7-1"]]
[cljsjs/firebase "2.3.1-0"]]
:deploy-repositories [["releases" :clojars]]

:test-paths ["test", "target/test-classes"]
Expand Down

0 comments on commit 1405dd3

Please sign in to comment.