Skip to content

Commit

Permalink
Dependency: Update versions in profiles clj
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Feb 8, 2015
1 parent 2c7391e commit 7e27c3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions profiles.clj
@@ -1,7 +1,10 @@
{:user {:dependencies [[slamhound "1.5.5"]]
:aliases {"slamhound" ["run" "-m" "slam.hound"]}
:plugins [[lein-kibit "0.0.8"]
[com.jakemccrary/lein-test-refresh "0.5.5"]
[venantius/ultra "0.1.9"]]
[com.jakemccrary/lein-test-refresh "0.6.0"]
[venantius/ultra "0.2.0"]
[lein-cloverage "1.0.2"]
[lein-cljfmt "0.1.7"]
[jonase/eastwood "0.2.1"]]
:repl-options {:prompt (fn [ns] (str "λ " ns " ─➤ "))}
:ultra {:color-scheme :solarized_dark}}}

0 comments on commit 7e27c3e

Please sign in to comment.