I'm writing a Leiningen Plugin which uses clj-http
library and it's version "3.6.1"
.
It turned out also Leiningen itself uses clj-http
library as well but it's version is old one which causes me some problems.
Are there any ways to override leiningen's clj-http
lib version?