bump Clojure version to support its new features (#2608)
* remove unused imports * use streaming excel reader for xlsx imports Thanks to @pjfanning for helping with this! * Revert "use streaming excel reader for xlsx imports" This reverts commit 5749742c1c2a1cbbe34ded6634ff0384e81094d1. * bump Clojure version
This commit is contained in:
parent
a53fb1664c
commit
f9c7aab671
@ -283,7 +283,7 @@
|
||||
<dependency>
|
||||
<groupId>org.clojure</groupId>
|
||||
<artifactId>clojure</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<version>1.10.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user