Skip to content

Commit

Permalink
lein profile update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maris Orbidans authored and Maris Orbidans committed Apr 22, 2015
1 parent e16d79a commit dfb94d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ url
eshell
*.cache
*~
distel
7 changes: 3 additions & 4 deletions dot-files/profiles.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:user
{:plugins [[cider/cider-nrepl "0.9.0-SNAPSHOT"]
[speclj "2.5.0"]
[refactor-nrepl "0.2.2"]
[refactor-nrepl "1.0.1"]
[lein-exec "0.3.4"]]

:dependencies [[im.chit/iroh "0.1.11"]
Expand All @@ -12,10 +12,9 @@
[criterium "0.4.3"]
[org.clojars.gjahad/debug-repl "0.3.3"]
[io.aviso/pretty "0.1.8"]
[org.clojure/tools.namespace "0.2.4"]]
[org.clojure/tools.namespace "0.2.4"]
[org.clojure/tools.nrepl "0.2.7"]]

:signing {:gpg-key "D4FF9261"} ; clojars signing key

;; Reflection macros: .> .? .* .% .%>

;; criterium
Expand Down

0 comments on commit dfb94d0

Please sign in to comment.