nervous-systems / fink-nottle

Asynchronous Clojure/Clojurescript client for Amazon's SNS & SQS services
The Unlicense
48 stars 4 forks source link

Crash due to transient dependency to old version of `prismatic/schema` #17

Closed grav closed 6 years ago

grav commented 6 years ago

Can be fixed by bumping eulalie after this is merged: https://github.com/nervous-systems/eulalie/pull/43

moea commented 6 years ago

Can you :exclude eulalie and explicitly depend on 0.6.11-SNAPSHOT? If that fixes your problem, I'll release a fink-nottle snapshot pointing at it.

grav commented 6 years ago

Yes, I can confirm that this works.

moea commented 6 years ago

0.4.8-SNAPSHOT pushed to clojars.

grav commented 6 years ago

Thanks!