Fork me on GitHub
#leiningen
<
2017-10-27
>
timgilbert17:10:46

I'm seeing a bunch of warnings on STDERR after upgrading from lein 2.7.1 to 2.8.0:

% lein deps
Tried to load com.google.guava/guava version 18.0 but 20.0 was already loaded.
Tried to load org.apache.httpcomponents/httpclient version 4.3.6 but 4.5.3 was already loaded.
Tried to load org.apache.httpcomponents/httpcore version 4.3.3 but 4.4.4 was already loaded.
Tried to load commons-logging version 1.1.3 but 1.2 was already loaded.
Tried to load org.slf4j/jcl-over-slf4j version 1.7.6 but 1.7.22 was already loaded.
Tried to load commons-codec version 1.6 but 1.9 was already loaded.
Tried to load org.slf4j/slf4j-api version 1.7.6 but 1.7.22 was already loaded.

timgilbert17:10:59

Any way to get rid of these?

timgilbert17:10:32

This is on OS/X and JDK 1.8.0_152, btw

nickmbailey20:10:59

is there a way to have multiple lists of ‘:release-tasks’?

nickmbailey20:10:22

i want to be able to release feature branches to a snapshots repository and the master branch to the releases repository

nickmbailey20:10:59

hmm maybe with profiles actually now that i think about it

nickmbailey20:10:24

actually that doesn’t seem to work