Skip to content

Commit

Permalink
[nop] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 12, 2023
1 parent fb580a8 commit d065da3
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 @@ -19,8 +19,8 @@
:plugins
[[lein-pprint "1.3.2"]
[lein-ancient "0.7.0"]
[lein-codox "0.10.8"]
[lein-cljsbuild "1.1.8"]]
[lein-cljsbuild "1.1.8"]
[com.taoensso.forks/lein-codox "0.10.9"]]

:codox
{:language #{:clojure :clojurescript}
Expand All @@ -38,7 +38,7 @@
:c1.10 {:dependencies [[org.clojure/clojure "1.10.3"]]}
:c1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
:test {:dependencies [[org.clojure/test.check "1.1.1"]
[com.taoensso/encore "3.60.0"
[com.taoensso/encore "3.62.0"
:exclusions [com.taoensso/truss]]]}

:graal-tests
Expand Down

0 comments on commit d065da3

Please sign in to comment.