Skip to content

Commit

Permalink
Bump deps (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster authored Feb 1, 2020
1 parent aba4497 commit 4e819cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
:url "http://github.com/brabster/crucible"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[camel-snake-kebab "0.4.0"]
[cheshire "5.8.1"]
[org.clojure/tools.namespace "0.2.11"]
:dependencies [[camel-snake-kebab "0.4.1"]
[cheshire "5.9.0"]
[org.clojure/tools.namespace "0.3.1"]
[org.clojure/tools.cli "0.4.2"]
[expound "0.7.2"]]
[expound "0.8.4"]]
:dependency-check {:throw true}
:exclusions [org.clojure/clojure]
:codox {:output-path "target/docs"
Expand Down Expand Up @@ -48,6 +48,6 @@
:unused-private-vars]
:exclude-linters [:suspicious-expression]}
:profiles {:uberjar {:aot :all}
:provided {:dependencies [[org.clojure/clojure "1.10.0"]]}
:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}
:dev {:resource-paths ["test-resources"]
:dependencies [[org.clojure/test.check "0.9.0"]]}})
:dependencies [[org.clojure/test.check "0.10.0"]]}})

0 comments on commit 4e819cc

Please sign in to comment.