Closed bitti closed 1 year ago
Thanks for catching this
Thanks for fixing this. But do you know when you do a release which includes the fix?
@bitti Sorry, been hard at work adding HTTP/2 support to Aleph. If it's critical, I can cut a quick patch release.
No problem, thanks for your hard work! No it's not critical, I was just wondering if there is a timeline.
@bitti A bunch of changes had accumulated, so I just released 0.6.2: https://clojars.org/aleph/versions/0.6.2
When running
lein deps :tree
in a project which includes aleph 0.6.1 as dependency, I get:So aleph includes a transitive dependency which depends on org.clojure/tools.logging 1.2.4 while having a direct dependency on org.clojure/tools.logging 1.1.0. I suggest updating the direct dependency to match the 1.2.4 version. This doesn't happen in aleph 0.6.0.