Update codox version info
This commit is contained in:
parent
230a3f96e6
commit
d77f1e3c2a
1 changed files with 2 additions and 2 deletions
4
deps.edn
4
deps.edn
|
|
@ -24,8 +24,8 @@
|
|||
:codox {:extra-deps {codox/codox {:mvn/version "0.10.7"}}
|
||||
:exec-fn codox.main/generate-docs
|
||||
:exec-args {:name "coffi"
|
||||
:version "v0.4.341"
|
||||
:description "A Foreign Function Interface in Clojure for JDK 17."
|
||||
:version "v0.5.357"
|
||||
:description "A Foreign Function Interface in Clojure for JDK 18."
|
||||
:source-paths ["src/clj"]
|
||||
:output-path "docs"
|
||||
:source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue