Skip to content

Commit 379b66c

Browse files
committed
add test.check dependency
1 parent 13a060f commit 379b66c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
</parent>
3737

3838
<dependencies>
39+
<dependency>
40+
<groupId>org.clojure</groupId>
41+
<artifactId>test.check</artifactId>
42+
<version>0.9.0</version>
43+
</dependency>
3944
<dependency>
4045
<groupId>org.clojure</groupId>
4146
<artifactId>clojurescript</artifactId>

0 commit comments

Comments
 (0)