This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-27
Channels
- # aws (3)
- # aws-lambda (8)
- # bangalore-clj (1)
- # beginners (155)
- # boot (13)
- # cider (88)
- # cljs-dev (3)
- # cljsrn (9)
- # clojure (120)
- # clojure-india (1)
- # clojure-italy (2)
- # clojure-norway (1)
- # clojure-romania (2)
- # clojure-russia (41)
- # clojure-spec (4)
- # clojure-uk (34)
- # clojurescript (68)
- # core-logic (16)
- # cursive (11)
- # data-science (9)
- # datomic (19)
- # dirac (6)
- # duct (20)
- # emacs (7)
- # events (2)
- # figwheel (4)
- # fulcro (12)
- # graphql (1)
- # hoplon (68)
- # klipse (1)
- # leiningen (7)
- # lumo (11)
- # off-topic (9)
- # onyx (114)
- # pedestal (4)
- # protorepl (15)
- # re-frame (60)
- # reagent (3)
- # ring (18)
- # shadow-cljs (15)
- # spacemacs (82)
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.
Any way to get rid of these?
This is on OS/X and JDK 1.8.0_152
, btw
is there a way to have multiple lists of ‘:release-tasks’?
i want to be able to release feature branches to a snapshots repository and the master branch to the releases repository
hmm maybe with profiles actually now that i think about it
actually that doesn’t seem to work