Last active
August 29, 2015 14:22
-
-
Save jafingerhut/b7135a545241889fdb2b to your computer and use it in GitHub Desktop.
Tiny Leiningen project.clj file with dev dependency on criterium
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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