Update readme and codox definitions for release tag
This commit is contained in:
parent
2676a7aa5d
commit
bcf2e031f9
2 changed files with 5 additions and 5 deletions
|
|
@ -16,8 +16,8 @@ This library is available on Clojars. Add one of the following entries to the
|
||||||
`:deps` key of your `deps.edn`:
|
`:deps` key of your `deps.edn`:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
org.suskalo/coffi {:mvn/version "0.6.409"}
|
org.suskalo/coffi {:mvn/version "1.0.450"}
|
||||||
io.github.IGJoshua/coffi {:git/tag "v0.6.409" :git/sha "f974446"}
|
io.github.IGJoshua/coffi {:git/tag "v1.0.450" :git/sha "2676a7a"}
|
||||||
```
|
```
|
||||||
|
|
||||||
If you use this library as a git dependency, you will need to prepare the
|
If you use this library as a git dependency, you will need to prepare the
|
||||||
|
|
|
||||||
6
deps.edn
6
deps.edn
|
|
@ -21,11 +21,11 @@
|
||||||
:jvm-opts ["--enable-native-access=ALL-UNNAMED"]
|
:jvm-opts ["--enable-native-access=ALL-UNNAMED"]
|
||||||
:exec-fn cognitect.test-runner.api/test}
|
:exec-fn cognitect.test-runner.api/test}
|
||||||
|
|
||||||
:codox {:extra-deps {codox/codox {:mvn/version "0.10.7"}}
|
:codox {:extra-deps {codox/codox {:mvn/version "0.10.8"}}
|
||||||
:exec-fn codox.main/generate-docs
|
:exec-fn codox.main/generate-docs
|
||||||
:exec-args {:name "coffi"
|
:exec-args {:name "coffi"
|
||||||
:version "v0.6.409"
|
:version "v1.0.450"
|
||||||
:description "A Foreign Function Interface in Clojure for JDK 19."
|
:description "A Foreign Function Interface in Clojure for JDK 22+."
|
||||||
:source-paths ["src/clj"]
|
:source-paths ["src/clj"]
|
||||||
:output-path "docs"
|
:output-path "docs"
|
||||||
:source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}"
|
:source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue