Skip to content

Commit

Permalink
⬆️ Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
circlespainter committed Jan 18, 2016
1 parent 2a66231 commit 1a9535e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
:profiles {;; ----------- dev --------------------------------------
:dev
{:plugins [[lein-midje "3.2"]]
:dependencies [[midje "1.8.1" :exclusions [org.clojure/tools.namespace]]]
:dependencies [[midje "1.8.3" :exclusions [org.clojure/tools.namespace]]]
:jvm-opts [;; Debugging
"-ea"
;"-Dco.paralleluniverse.fibers.verifyInstrumentation=true"
Expand Down Expand Up @@ -79,9 +79,9 @@
;; ----------- doc --------------------------------------
:doc
{:plugins [[lein-midje "3.2"]
[lein-codox "0.9.0"]
[lein-codox "0.9.1"]
[michaelblume/lein-marginalia "0.9.0"]]
:dependencies [[midje "1.8.1"]]
:dependencies [[midje "1.8.3"]]
:exclusions [org.clojure/tools.namespace]
:injections [(require 'clojure.test)
(alter-var-root #'clojure.test/*load-tests* (constantly false))]
Expand Down

0 comments on commit 1a9535e

Please sign in to comment.