Skip to content

Commit

Permalink
added spec
Browse files Browse the repository at this point in the history
  • Loading branch information
richhickey committed May 23, 2016
1 parent d570842 commit 3394bbe
Show file tree
Hide file tree
Showing 6 changed files with 1,919 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<arg value="clojure.string"/>
<arg value="clojure.data"/>
<arg value="clojure.reflect"/>
<arg value="clojure.spec"/>
</java>
</target>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>0.5.9</version>
<version>0.9.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Loading

0 comments on commit 3394bbe

Please sign in to comment.