Skip to content

Commit

Permalink
add test.check dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 6, 2016
1 parent 13a060f commit 379b66c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
</parent>

<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
Expand Down

0 comments on commit 379b66c

Please sign in to comment.