This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-11
Channels
- # admin-announcements (2)
- # beginners (53)
- # boot (151)
- # cider (11)
- # cljs-dev (60)
- # cljsrn (36)
- # clojure (71)
- # clojure-austin (13)
- # clojure-berlin (2)
- # clojure-czech (11)
- # clojure-dev (35)
- # clojure-dusseldorf (2)
- # clojure-france (6)
- # clojure-japan (9)
- # clojure-russia (183)
- # clojure-uk (18)
- # clojurescript (155)
- # cursive (6)
- # datomic (25)
- # euroclojure (6)
- # funcool (6)
- # hoplon (229)
- # instaparse (10)
- # jobs (9)
- # leiningen (5)
- # off-topic (70)
- # om (29)
- # onyx (18)
- # planck (1)
- # proton (5)
- # re-frame (8)
- # reagent (32)
- # untangled (4)
is there a way to specify a dependency’s packaging type
?
similar to:
<dependency>
<groupId>rubygems</groupId>
<artifactId>sass</artifactId>
<version>3.4.22</version>
<type>gem</type>
</dependency>
[rubygems/sass "3.4.22" :type "gem”]
doesn’t seem to work
[rubygems/sass "3.2.14" :extension "gem”]
is what works
hey - I was under the impression that if something appears at the top level in the output of lein deps :tree
, it means it's a project dependency, not a transitive dependency - but I'm seeing a dependency on org.clojure/tools.nrepl
that I can't explain that way, and it conflicts with the version injected by cider-jack-in
. It isn't in my ~/.lein/profiles.clj
either. Any suggestions?