Skip to content

How to update a Conjure project started with a previous version of Conjure

macourtney edited this page Sep 13, 2010 · 3 revisions

Added for version: 0.4
Updated for version: 0.7

The -u option is no longer supported in Conjure. If you want to update your project to the latest version of Conjure:

Using Leiningen, simply update your project.clj file to point to the latest version of Conjure then update the dependencies.

If you’re not using Leiningen, you can download the latest version of the conjure-core and conjure-script jar files and put them in your lib directory.

Clone this wiki locally