Skip to content

Commit

Permalink
Update http-kit README to current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith R. Gustafson committed Apr 18, 2013
1 parent 1985290 commit b22e505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http-kit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Compojure Benchmarking Test
# Compojure (using http-kit) Benchmarking Test

This is the Compojure (using http-kit) portion of a [benchmarking test suite](../) comparing a variety of web development platforms.

Expand All @@ -14,9 +14,9 @@ This is the Compojure (using http-kit) portion of a [benchmarking test suite](..
The dependencies are documented in [project.clj](hello/project.clj),
but the main ones are:

* [Clojure 1.4.0](http://clojure.org/)
* [Clojure 1.5.1](http://clojure.org/)
* [Compojure 1.1.5](https://github.com/weavejester/compojure)
* [Ring-JSON 0.1.2](https://github.com/ring-clojure/ring-json), which in turn uses [Cheshire](https://github.com/dakrone/cheshire), which in turn uses [Jackson](http://jackson.codehaus.org/)
* [Ring-JSON 0.2.0](https://github.com/ring-clojure/ring-json), which in turn uses [Cheshire](https://github.com/dakrone/cheshire), which in turn uses [Jackson](http://jackson.codehaus.org/)
* [http-kit](http://http-kit.org)
* [dbcp.clj](https://github.com/http-kit/dbcp.clj)

Expand Down

0 comments on commit b22e505

Please sign in to comment.