Skip to content

Commit

Permalink
Update kerodon version
Browse files Browse the repository at this point in the history
  • Loading branch information
xeqi committed Apr 2, 2012
1 parent 6f47e7c commit 2ae6b16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -16,7 +16,7 @@
[org.xerial/sqlite-jdbc "3.6.17"]
[org.apache.commons/commons-email "1.2"]]
:dev-dependencies [[lein-ring "0.6.2"]
[kerodon "0.0.2"]
[kerodon "0.0.4"]
[nailgun-shim "0.0.1"]]
:ring {:handler clojars.web/clojars-app})

1 change: 1 addition & 0 deletions test/clojars/test/integration/responses.clj
@@ -1,6 +1,7 @@
(ns clojars.test.integration.responses
(:use clojure.test
kerodon.core
kerodon.test
clojars.test.integration.steps)
(:require [clojars.web :as web]
[clojars.test.test-helper :as help]
Expand Down
1 change: 1 addition & 0 deletions test/clojars/test/integration/sessions.clj
@@ -1,6 +1,7 @@
(ns clojars.test.integration.sessions
(:use clojure.test
kerodon.core
kerodon.test
clojars.test.integration.steps)
(:require [clojars.web :as web]
[clojars.test.test-helper :as help]
Expand Down
1 change: 1 addition & 0 deletions test/clojars/test/integration/users.clj
@@ -1,6 +1,7 @@
(ns clojars.test.integration.users
(:use clojure.test
kerodon.core
kerodon.test
clojars.test.integration.steps)
(:require [clojars.web :as web]
[clojars.test.test-helper :as help]
Expand Down

0 comments on commit 2ae6b16

Please sign in to comment.