cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
581 stars 7 forks source link

Error resolving dependencies with Leiningen 2.11 #2879

Closed marcobiscaro2112 closed 7 months ago

marcobiscaro2112 commented 7 months ago

Steps to reproduce:

  1. Set Leiningen version to latest stable (2.11.2)
  2. Import any Leiningen project (may be a freshly created with lein new)
image image
cursive-ide commented 7 months ago

I've investigated this a bit, and it's due to the upgrade in Pomegranate (which it looks like you did!). It affects lein 2.11+. I'll have to investigate this since the Pomegranate upgrade upgraded the Maven Resolver, and some of the internal classes which Cursive uses have changed or gone. But I'll get it into the next release for sure. Unfortunately the workaround is to use 2.10 in the meantime (which means your fixes won't work, sorry).

cursive-ide commented 7 months ago

Fix released in 1.13.2-eap4 on 2024-02-27.

cursive-ide commented 5 months ago

Fix released in 1.13.2 on 2024-04-04.