Skip to content

Instantly share code, notes, and snippets.

@roman
Created November 29, 2012 00:18
Show Gist options
  • Save roman/4165781 to your computer and use it in GitHub Desktop.
Save roman/4165781 to your computer and use it in GitHub Desktop.
Example of how to include lein-dalap in your project.clj
(defproject some-project
;; ...
:plugins [[lein-dalap "0.1.0"]]
;;...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment