Skip to content

Commit

Permalink
Updated Ring version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 9, 2012
1 parent 65d7abb commit 750048b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/leiningen/ring/server.clj
Expand Up @@ -29,7 +29,7 @@
[project options]
(let [project (update-in project [:ring] merge options)]
(eval-in-project
(update-in project [:dependencies] conj ['ring-server "0.2.1"])
(update-in project [:dependencies] conj ['ring-server "0.2.2"])
`(ring.server.leiningen/serve '~project)
(load-namespaces
'ring.server.leiningen
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/ring/war.clj
Expand Up @@ -222,7 +222,7 @@

(defn add-servlet-dep [project]
(update-in project [:dependencies]
conj ['ring/ring-servlet "1.0.2"]))
conj ['ring/ring-servlet "1.1.0"]))

(defn war
"Create a $PROJECT-$VERSION.war file."
Expand Down

0 comments on commit 750048b

Please sign in to comment.