Skip to content

Commit

Permalink
Feature/bump deps (#146)
Browse files Browse the repository at this point in the history
* Bump expound

* Bump expound
  • Loading branch information
brabster authored Jun 10, 2018
1 parent aefd9b5 commit d50d6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
cheshire {:mvn/version "5.8.0"}
org.clojure/tools.namespace {:mvn/version "0.2.11"}
org.clojure/tools.cli {:mvn/version "0.3.7"}
expound {:mvn/version "0.6.0"}}}
expound {:mvn/version "0.7.0"}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[cheshire "5.8.0"]
[org.clojure/tools.namespace "0.2.11"]
[org.clojure/tools.cli "0.3.7"]
[expound "0.6.0"]]
[expound "0.7.0"]]
:dependency-check {:throw true}
:exclusions [org.clojure/clojure]
:codox {:output-path "target/docs"
Expand Down

0 comments on commit d50d6e2

Please sign in to comment.