Upgrading
0.10 from 0.9
Update the Duct dependencies in your project file:
Update the duct/lein-duct
plugin version:
Add the duct.core/load-hierarchy
function to main.clj
and dev.clj
. This should be a top-level form placed just below the ns
declaraton:
Change the -main
function in main.clj
to include a prep
step. It should look something like:
Add a require for duct.core.repl
in dev.clj
:
Last updated