Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 10, 2023
1 parent 930cce8 commit 5d812b7
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 @@ -7,20 +7,20 @@ A Clojure library providing facilities for async programming and communication.

This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.

Latest release: 1.6.673
Latest release: 1.6.681

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

[deps.edn](https://clojure.org/reference/deps_and_cli) dependency information:

```clj
org.clojure/core.async {:mvn/version "1.6.673"}
org.clojure/core.async {:mvn/version "1.6.681"}
```

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

```clj
[org.clojure/core.async "1.6.673"]
[org.clojure/core.async "1.6.681"]
```

[Maven](http://maven.apache.org/) dependency information:
Expand All @@ -29,7 +29,7 @@ Latest release: 1.6.673
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<version>1.6.673</version>
<version>1.6.681</version>
</dependency>
```

Expand Down

0 comments on commit 5d812b7

Please sign in to comment.