updated lein-ring and ring-core

was necessary because leiningen 2.9.1 brings in
clojure 1.10 internally and ring needed to be
updated for that
This commit is contained in:
Richard Harrington 2022-04-07 22:17:28 -04:00
parent 7bd7a077ea
commit 7f826649dd
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-time "0.5.1"]
[ring/ring-json "0.3.1"]
[ring/ring-core "1.3.1"]]
:plugins [[lein-ring "0.8.5"]]
[ring/ring-core "1.9.5"]]
:plugins [[lein-ring "0.12.5"]]
:ring {:handler robotwar.handler/app}
:profiles {:dev {:dependencies [[midje "1.5.1"]
[ring-mock "0.1.5"]]}}