cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error resolving dependencies with Leiningen 2.11

marcobiscaro2112 opened this issue · comments

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

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).

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

Fix released in 1.13.2 on 2024-04-04.