1

I am using La Clojure within IntelliJIDEA for program development. when I installed La Clojure(0.4.216), the default version of clojure is 1.3. but I want to use clojure 1.4, what should I do?

1 Answer 1

4

First of all you need to get jar with clojure version 1.4. You can download in from here. Unzip it and find clojure-1.4.0.jar. Now you can manually change clojure lib when you create project like here: enter image description here Press Create button and choose clojure-1.4.0

If you want to modify existing project, press File -> Project structure -> Libraries. Delete existing lib (1.3.0) and add new library with clojure 1.4.0:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.