Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 6, 2014
1 parent b12af60 commit b448ae6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions example-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[;; [org.clojure/clojure "1.6.0"]
[org.clojure/clojure "1.7.0-alpha2"] ; May use any v1.5.1+
;;
[org.clojure/clojurescript "0.0-2322"]
[org.clojure/core.async "0.1.338.0-5c5012-alpha"]
[org.clojure/clojurescript "0.0-2356"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
;;
[cider/cider-nrepl "0.7.0"] ; Optional, for use with Emacs
;;
Expand All @@ -23,19 +23,19 @@
;;
[http-kit "2.1.19"] ; <--- http-kit (currently required)
;;
[compojure "1.1.9"] ; Or routing lib of your choice
[compojure "1.2.0"] ; Or routing lib of your choice
[ring "1.3.1"]
;; [ring-anti-forgery "1.0.0"]
[ring/ring-defaults "0.1.1"] ; Incl. `ring-anti-forgery`, etc.
[ring/ring-defaults "0.1.2"] ; Incl. `ring-anti-forgery`, etc.
[hiccup "1.0.5"] ; Optional, just for HTML
;;
;;; Transit deps optional; may be used to aid perf. of larger data payloads
;;; (see reference example for details):
[com.cognitect/transit-clj "0.8.247"]
[com.cognitect/transit-clj "0.8.259"]
[com.cognitect/transit-cljs "0.8.188"]]

:plugins
[[lein-pprint "1.1.1"]
[[lein-pprint "1.1.2"]
[lein-ancient "0.5.5"]
[com.cemerick/austin "0.1.4"]
[com.keminglabs/cljx "0.4.0"]
Expand Down
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

:dependencies
[[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2322"]
[org.clojure/core.async "0.1.338.0-5c5012-alpha"]
[org.clojure/tools.reader "0.8.8"]
[com.taoensso/encore "1.9.2"]
[org.clojure/clojurescript "0.0-2356"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
[org.clojure/tools.reader "0.8.9"]
[com.taoensso/encore "1.11.2"]
[com.taoensso/timbre "3.3.1"]
[http-kit "2.1.19"]]

Expand All @@ -28,14 +28,14 @@
:server-jvm {:jvm-opts ^:replace ["-server"]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha2"]]}
:test {:dependencies [[com.cognitect/transit-clj "0.8.247"]
:test {:dependencies [[com.cognitect/transit-clj "0.8.259"]
[com.cognitect/transit-cljs "0.8.188"]
[expectations "2.0.9"]
[expectations "2.0.12"]
[org.clojure/test.check "0.5.9"]
;; [com.cemerick/double-check "0.5.7"]
]
:plugins [[lein-expectations "0.0.8"]
[lein-autoexpect "1.2.2"]]}
[lein-autoexpect "1.3.0"]]}

:dev
[:1.7 :test
Expand Down

0 comments on commit b448ae6

Please sign in to comment.