diff --git a/README.md b/README.md index 1252781..fa0b2aa 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This library is available on Clojars. Add one of the following entries to the `:deps` key of your `deps.edn`: ```clojure -org.suskalo/coffi {:mvn/version "0.6.409"} -io.github.IGJoshua/coffi {:git/tag "v0.6.409" :git/sha "f974446"} +org.suskalo/coffi {:mvn/version "1.0.450"} +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 diff --git a/deps.edn b/deps.edn index a7eccbc..33448e5 100644 --- a/deps.edn +++ b/deps.edn @@ -21,11 +21,11 @@ :jvm-opts ["--enable-native-access=ALL-UNNAMED"] :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-args {:name "coffi" - :version "v0.6.409" - :description "A Foreign Function Interface in Clojure for JDK 19." + :version "v1.0.450" + :description "A Foreign Function Interface in Clojure for JDK 22+." :source-paths ["src/clj"] :output-path "docs" :source-uri "https://github.com/IGJoshua/coffi/blob/{git-commit}/{filepath}#L{line}"