Skip to content

Commit

Permalink
Bump core.async dependency to 0.2.391
Browse files Browse the repository at this point in the history
Change-Id: I09a3aba3bd6b548a746f14760a7b973277ea6213
  • Loading branch information
grzm committed Sep 20, 2016
1 parent 4622501 commit 271c804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interceptor/project.clj
Expand Up @@ -16,7 +16,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.385"]
[org.clojure/core.async "0.2.391"]
[io.pedestal/pedestal.log "0.5.2-SNAPSHOT"]

;; Error interceptor tooling
Expand Down
2 changes: 1 addition & 1 deletion route/project.clj
Expand Up @@ -16,7 +16,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.385"]
[org.clojure/core.async "0.2.391"]
[io.pedestal/pedestal.log "0.5.2-SNAPSHOT"]
[io.pedestal/pedestal.interceptor "0.5.2-SNAPSHOT"]
[org.clojure/core.incubator "0.1.4"]]
Expand Down
2 changes: 1 addition & 1 deletion service/project.clj
Expand Up @@ -23,7 +23,7 @@
[io.pedestal/pedestal.route "0.5.2-SNAPSHOT"]

;; channels
[org.clojure/core.async "0.2.385"]
[org.clojure/core.async "0.2.391"]

;; interceptors
[ring/ring-core "1.4.0" :exclusions [[org.clojure/clojure]
Expand Down

0 comments on commit 271c804

Please sign in to comment.