cursive

Issues at: https://git.io/cursive-issues
j 2021-03-28T00:43:02.111100Z

Is it possible to use clojure 1.10 with cursive? I noticed that we can only download up to clojure version 1.9:

Azzurite 2021-03-28T11:43:36.112800Z

Using deps.edn also lets other devs not using intellij+cursive work with your project 🙂

đź‘Ť 2
cfleming 2021-03-28T00:44:01.111400Z

Oh, I haven’t updated that - I’ll fix that. Yes, you can, I’d recommend using the Clojure Deps project type, which will allow you to manage your dependencies.

đź‘Ť 2
cfleming 2021-03-28T00:44:17.111600Z

That will come with Clojure 1.10.x by default.

j 2021-03-28T00:44:29.111900Z

Thanks @cfleming!

j 2021-03-28T00:46:20.112100Z

How do I switch to Clojure Deps project type?

cfleming 2021-03-28T00:47:32.112300Z

You can either create a new project and select that option in the wizard, or you can create a deps.edn file in the root of your project containing {} and then right click it in the project view and “Add as Clojure Deps project”.

j 2021-03-28T00:48:51.112500Z

I added deps.edn and it works perfectly! Thanks again! 🙂

đź‘Ť 1