File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ boilerplate-free common sense styling.
88
99Lein:
1010```
11- [org.clojars.mjdowney/excel-clj "2.0.0 "]
11+ [org.clojars.mjdowney/excel-clj "2.0.1 "]
1212```
1313
1414> Note: Ongoing v1.x support can be found on the
Original file line number Diff line number Diff line change 1- (defproject org.clojars.mjdowney /excel-clj " 2.0.0 "
1+ (defproject org.clojars.mjdowney /excel-clj " 2.0.1 "
22 :description " Generate Excel documents & PDFs from Clojure data."
33 :url " https://github.com/matthewdowney/excel-clj"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
66 :dependencies [[org.clojure/clojure " 1.10.1" ]
7- [com.taoensso/tufte " 2.0.1" ]
7+ [com.taoensso/encore " 3.12.1" ]
8+ [com.taoensso/tufte " 2.2.0" ]
89 [org.apache.poi/poi-ooxml " 4.1.2" ]
910 [org.jodconverter/jodconverter-core " 4.0.0-RELEASE" ]])
You can’t perform that action at this time.
0 commit comments