Skip to content

Commit

Permalink
add clojure plugins to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Sep 8, 2014
1 parent 7c658d6 commit afb20e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions profiles.clj
Expand Up @@ -2,12 +2,14 @@
{:user {:plugins [[lein-kibit "RELEASE"]
[lein-pprint "1.1.1"]
[lein-exec "RELEASE"]
[lein-immutant "RELEASE"]
[lein-ns-dep-graph "0.1.0-SNAPSHOT"]]
[lein-immutant "1.2.2"]
[lein-ns-dep-graph "0.1.0-SNAPSHOT"]
[lein-cljsbuild "RELEASE"]
[com.cemerick/clojurescript.test "0.3.1"]]
:dependencies [[slamhound "RELEASE"]
[criterium "RELEASE"]
#_[datomic-schema-grapher.core "0.0.1" :exclusions [com.datomic/datomic-free]]
#_[com.datomic/datomic-free "RELEASE"]]
[com.datomic/datomic-free "RELEASE"]]
:aliases {"slamhound" ["run" "-m" "slam.hound"]}}}

(defn wat
Expand Down

0 comments on commit afb20e8

Please sign in to comment.