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
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:
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:
