From b22e505e540c7f76f0e3fc82a53fd09e48db787a Mon Sep 17 00:00:00 2001 From: "Keith R. Gustafson" Date: Thu, 18 Apr 2013 14:32:54 -0700 Subject: [PATCH] Update http-kit README to current versions --- http-kit/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http-kit/README.md b/http-kit/README.md index e84a4fe7327..347ceebb432 100644 --- a/http-kit/README.md +++ b/http-kit/README.md @@ -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. @@ -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)