weavejester / lein-ring

Ring plugin for Leiningen
Eclipse Public License 1.0
501 stars 100 forks source link

Use ring 1.5.0 with both server & war tasks #173

Closed ikitommi closed 8 years ago

ikitommi commented 8 years ago

[ring-server/ring-server "0.4.0"] uses old version of ring, but we can force the new version here.

ikitommi commented 8 years ago

Hi. Is it possible to get a release with this in it?

related: https://github.com/metosin/compojure-api/issues/258

MichaelBlume commented 8 years ago

I can do that. @weavejester any objection to my making the next release 0.10.0? Bumping ring-servlet seems like it may warrant it.

weavejester commented 8 years ago

That's perfectly fine. Use your best judgement :+1:

MichaelBlume commented 8 years ago

Done =)

On Thu, Nov 17, 2016 at 6:48 AM James Reeves notifications@github.com wrote:

That's perfectly fine. Use your best judgement 👍

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/weavejester/lein-ring/pull/173#issuecomment-261265606, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMv1SwxchdYFP2ola37DihFywpSYt5aks5q_GkjgaJpZM4JIqiv .

ikitommi commented 8 years ago

thanks!