diff --git a/doc/00-introduction.md b/doc/00-introduction.md index 6a9934f..8689612 100644 --- a/doc/00-introduction.md +++ b/doc/00-introduction.md @@ -27,13 +27,13 @@ The simplest way to use _buddy-core_ in a clojure project, is by including it in dependency vector on your *_project.clj_* file: ```clojure -[buddy/buddy-core "1.11.418"] +[buddy/buddy-core "1.11.423"] ``` Or deps.edn: ```clojure -buddy/buddy-core {:mvn/version "1.11.418"} +buddy/buddy-core {:mvn/version "1.11.423"} ``` And is tested under JDK >= 8.