Skip to content

Commit 25f48d8

Browse files
committed
update clojure and java dependencies in pom
1 parent 73defb8 commit 25f48d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.clojure</groupId>
3535
<artifactId>clojure</artifactId>
36-
<version>1.5.1</version>
36+
<version>1.6.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.fressian</groupId>
@@ -56,8 +56,8 @@
5656
<artifactId>maven-compiler-plugin</artifactId>
5757
<version>2.3.2</version>
5858
<configuration>
59-
<source>1.5</source>
60-
<target>1.5</target>
59+
<source>1.6</source>
60+
<target>1.6</target>
6161
</configuration>
6262
</plugin>
6363
<plugin>

0 commit comments

Comments
 (0)