Skip to content

Instantly share code, notes, and snippets.

@lbradstreet
Created May 8, 2014 17:12
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 lbradstreet/2a5b8cd69069424dc4aa to your computer and use it in GitHub Desktop.
Save lbradstreet/2a5b8cd69069424dc4aa to your computer and use it in GitHub Desktop.
profile.cljs
{:user {:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:plugins [[cider/cider-nrepl "0.6.1-SNAPSHOT"]
; swap to actual versions and then use lein ancient instead
[lein-git-deps "0.0.1-SNAPSHOT"]
[lein-bikeshed "RELEASE"]
[lein-kibit "RELEASE"]
[jonase/eastwood "RELEASE"]
[com.jakemccrary/lein-test-refresh "RELEASE"]
[lein-pprint "1.1.1"]
[lein-ancient "RELEASE"]
[lein-try "RELEASE"]
[lein-exec "RELEASE"]
[lein-beanstalk "RELEASE"]
[lein-gen "RELEASE"]
[lein-dynalint "RELEASE"]
[lein-difftest "RELEASE"]
[lein-describe "RELEASE"]
;[lein-shell "0.3.0"]
[lein-aws "RELEASE"]]
:generators [[lein-gen/generators "0.1.0"]]
:dependencies [[spyscope "0.1.3"] [redl "0.1.0"]
[slamhound "1.5.1"] ]
;:repl-options {:nrepl-middleware
; [cider.nrepl.middleware.classpath/wrap-classpath
; cider.nrepl.middleware.complete/wrap-complete
; cider.nrepl.middleware.info/wrap-info
; cider.nrepl.middleware.inspect/wrap-inspect
; cider.nrepl.middleware.stacktrace/wrap-stacktrace]}
:signing {:gpg-key "007EF2A4"}
;:injections [(require 'spyscope.core) (require '[redl complete core]) ]
;:global-vars {*warn-on-reflection* true}
;:git-dependencies [["https://github.com/GeorgeJahad/debug-repl.git"]]
;:source-paths [".lein-git-deps/monger/src/"]
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment