Skip to content

Commit

Permalink
Updated README to reference latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ataggart committed Oct 1, 2011
1 parent 1e21936 commit a71650b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Logging is available in Maven central. Add it to your Maven project's `pom.xml`
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.logging</artifactId>
<version>0.2.0</version>
<version>0.2.3</version>
</dependency>

or your leiningen project.clj:

[org.clojure/tools.logging "0.2.0"]
[org.clojure/tools.logging "0.2.3"]

Please note the changelog below.

Expand Down

0 comments on commit a71650b

Please sign in to comment.