Skip to content

Commit

Permalink
Bump lein-codox
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 23, 2023
1 parent 610c545 commit dee99aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:master {:dependencies [[org.clojure/clojure "1.12.0-master-SNAPSHOT"]]}
:dev {:dependencies [[org.clojure/tools.cli "0.4.1" :exclusions [org.clojure/clojure]]]
:resource-paths ["test/resources"]
:plugins [[lein-codox "0.10.7"]]
:plugins [[lein-codox "0.10.8"]]
:codox {:source-paths ["src/clojure"]
:output-path "./docs"
:source-uri "https://github.com/michaelklishin/langohr/blob/v{version}/{filepath}#L{line}"}}}
Expand Down

0 comments on commit dee99aa

Please sign in to comment.