We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73defb8 commit 25f48d8Copy full SHA for 25f48d8
1 file changed
pom.xml
@@ -33,7 +33,7 @@
33
<dependency>
34
<groupId>org.clojure</groupId>
35
<artifactId>clojure</artifactId>
36
- <version>1.5.1</version>
+ <version>1.6.0</version>
37
</dependency>
38
39
<groupId>org.fressian</groupId>
@@ -56,8 +56,8 @@
56
<artifactId>maven-compiler-plugin</artifactId>
57
<version>2.3.2</version>
58
<configuration>
59
- <source>1.5</source>
60
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
61
</configuration>
62
</plugin>
63
<plugin>
0 commit comments