Skip to content

Commit

Permalink
mark 0.4.7-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Dec 13, 2018
1 parent 0fac928 commit 5682527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/src/aleph/examples/http.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:body "hello world!"})

(defn delayed-hello-world-handler
"A non-standard response handler which returns a deferred which yields a Ring response
"A non-standard response handler that returns a deferred which yields a Ring response
after one second. In a typical Ring-compliant server, this would require holding onto a
thread via `Thread.sleep()` or a similar mechanism, but the use of a deferred allows for
the thread to be immediately released without an immediate response.
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

(def other-dependencies
'[[org.clojure/tools.logging "0.4.1" :exclusions [org.clojure/clojure]]
[manifold "0.1.9-SNAPSHOT"]
[manifold "0.1.9-alpha3"]
[byte-streams "0.2.5-alpha2"]
[potemkin "0.4.5"]])

(defproject aleph "0.4.7-alpha3"
(defproject aleph "0.4.7-alpha4"
:description "a framework for asynchronous communication"
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
Expand Down

0 comments on commit 5682527

Please sign in to comment.