Update swank-clojure and clojure-maven-plugin versions

This commit is contained in:
Hugo Duncan 2010-05-26 21:52:57 -04:00
parent 438ee7abe2
commit f701e44049
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@
<dependency>
<groupId>swank-clojure</groupId>
<artifactId>swank-clojure</artifactId>
<version>1.1.0</version>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
@ -284,7 +284,7 @@
<plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
<executions>
<execution>
<id>compile-clojure</id>