Skip to content

Commit

Permalink
Updated ring-server to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 8, 2012
1 parent 1222ca9 commit 5b470bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/ring/server.clj
Expand Up @@ -16,7 +16,7 @@
[project options]
(let [project (update-in project [:ring] merge options)]
(eval-in-project
(update-in project [:dependencies] conj ['ring-server "0.2.3"])
(update-in project [:dependencies] conj ['ring-server "0.2.4"])
`(ring.server.leiningen/serve '~project)
(load-namespaces
'ring.server.leiningen
Expand Down

0 comments on commit 5b470bd

Please sign in to comment.