Skip to content

Commit

Permalink
Update README for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Aug 19, 2024
1 parent 286e2d7 commit 5bbe1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
Releases and Dependency Information
========================================

Latest stable release: 1.4.2
Latest stable release: 1.5.0

* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.reader%22)

* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.reader%7E%7E%7E)

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

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

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

```xml
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.reader</artifactId>
<version>1.4.2</version>
<version>1.5.0</version>
</dependency>
```

Expand Down

0 comments on commit 5bbe1b2

Please sign in to comment.