Skip to content

Commit 8304c5d

Browse files
committed
Update version references in README/project.clj
1 parent c2efe14 commit 8304c5d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
5555
#### Leiningen
5656

5757
```clojure
58-
[org.clojure/test.check "0.10.0-alpha4"]
58+
[org.clojure/test.check "0.10.0"]
5959
```
6060

6161
#### Maven
@@ -64,7 +64,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
6464
<dependency>
6565
<groupId>org.clojure</groupId>
6666
<artifactId>test.check</artifactId>
67-
<version>0.10.0-alpha4</version>
67+
<version>0.10.0</version>
6868
</dependency>
6969
```
7070

@@ -73,7 +73,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
7373
#### Leiningen
7474

7575
```clojure
76-
[org.clojure/test.check "0.9.0"]
76+
[org.clojure/test.check "0.10.0"]
7777
```
7878

7979
#### Maven
@@ -82,7 +82,7 @@ hold true for all inputs. This lets you write concise, powerful tests.
8282
<dependency>
8383
<groupId>org.clojure</groupId>
8484
<artifactId>test.check</artifactId>
85-
<version>0.9.0</version>
85+
<version>0.10.0</version>
8686
</dependency>
8787
```
8888

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojure/test.check "0.10.0-SNAPSHOT"
1+
(defproject org.clojure/test.check "0.11.0-SNAPSHOT"
22
:description "A QuickCheck inspired property-based testing library."
33
:url "https://github.com/clojure/test.check"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)