Skip to content

Commit

Permalink
Update version on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jun 30, 2023
1 parent b4e90f1 commit cac99da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cac99da

Please sign in to comment.