Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2020
1 parent 461d356 commit af0f598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>transit-java</artifactId>
<version>0.8.337</version>
<version>1.0.343</version>
</dependency>
<dependency>
<groupId>autodoc</groupId>
Expand All @@ -178,7 +178,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>test.check</artifactId>
<version>0.8.2</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit af0f598

Please sign in to comment.