Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update versions to 1.1.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Oct 2, 2010
1 parent 105961e commit 894abac
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 @@ -294,7 +294,7 @@ Put the following in `project.clj`
:description "Your project description"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
[com.stuartsierra/lazytest "1.0.2"]]
[com.stuartsierra/lazytest "1.1.0"]]
:repositories {"stuartsierra.com" "http://stuartsierra.com/maven2"})

Put your test sources in `test/`
Expand Down Expand Up @@ -325,7 +325,7 @@ Put the following in your `pom.xml` file's `<dependencies>` section:
<dependency>
<groupId>com.stuartsierra</groupId>
<artifactId>lazytest</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>

And the following in the `pom.xml` file's `<repositories>` section:
Expand Down

0 comments on commit 894abac

Please sign in to comment.