Skip to content

Instantly share code, notes, and snippets.

@jafingerhut
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jafingerhut/b7135a545241889fdb2b to your computer and use it in GitHub Desktop.
Save jafingerhut/b7135a545241889fdb2b to your computer and use it in GitHub Desktop.
Tiny Leiningen project.clj file with dev dependency on criterium
(defproject useclj16 "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.6.0"]]
:profiles {:dev {:dependencies [[criterium "0.4.3"]]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment