Fork me on GitHub
#leiningen
<
2016-09-29
>
danielcompton00:09:50

don’t know if you can

ag00:09:53

I’m looking for something like zcaudate/vinyasa but better. I guess I could use leiningen.core. but it’s not very straightforward

csm05:09:00

is ‘lein change “:foo :bar :baz” str “-blaz”’ expected to work, given :foo {:bar {:baz “quux”}} in project.clj? I just get an extra :foo {:bar {:baz “{}-blaz”}} at the end of the defproject.

nfisher16:09:13

Hi all, is anyone here familiar with plugin development?

nfisher16:09:07

I’m trying to build an AWS plugin that publishes artifacts to S3 and I think there might be an issue with the version of Jackson that is pulled in from lein. Not sure how to use another version with the plugin in.

nfisher17:09:23

Specifically Cheshire 5.5.0 in Lein uses 2.5.3. The AWS SDK uses 2.6.6

csm20:09:22

I ran into this issue too, and couldn’t get any recent AWS SDK to work with leiningen. I gave up on that and started shelling out to awscli

donaldball22:09:28

I wound up having to fork aws-maven to get a version of the amazon sdk that supports the sts credentials we wanted to use

donaldball22:09:51

Dependency hell is real