Closed chespinoza closed 10 years ago
You shouldn't have to do anything else aside from changing the version in the project.clj dependencies. You should see the following when doing lein run
and the latest version should start.
lein run
Retrieving http-kit/http-kit/2.1.11/http-kit-2.1.11.pom from clojars
Retrieving http-kit/http-kit/2.1.11/http-kit-2.1.11.jar from clojars
if that isn't working you might want to open an issue with leiningen
Hi, I'm trying to upgrade http-kit version to 2.1.11, I tried changing at :dependencies to the new version and running lein deps, but nothing happens, and it still are running with 2.1.4. Thanks in advance.