Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Mar 12, 2024
1 parent 993d340 commit f1214ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ Latest stable release: 1.4.0

[clj](https://clojure.org/guides/getting_started) dependency information:
```clojure
org.clojure/tools.reader {:mvn/version "1.4.0"}
org.clojure/tools.reader {:mvn/version "1.4.1"}
```

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

```clojure
[org.clojure/tools.reader "1.4.0"]
[org.clojure/tools.reader "1.4.1"]
```
[Maven](https://maven.apache.org/) dependency information:

```xml
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down

0 comments on commit f1214ef

Please sign in to comment.