From f9c7aab671f9b8374d68f8f7d6314e573dbd7833 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Sun, 3 May 2020 10:59:56 -0500 Subject: [PATCH] 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 --- main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index 49acab462..2eacfb70a 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -283,7 +283,7 @@ org.clojure clojure - 1.5.1 + 1.10.1 org.apache.httpcomponents