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.
8
8
9
9
Lein:
10
10
```
11
- [org.clojars.mjdowney/excel-clj "2.0.0 "]
11
+ [org.clojars.mjdowney/excel-clj "2.0.1 "]
12
12
```
13
13
14
14
> 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 "
2
2
:description " Generate Excel documents & PDFs from Clojure data."
3
3
:url " https://github.com/matthewdowney/excel-clj"
4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
6
: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" ]
8
9
[org.apache.poi/poi-ooxml " 4.1.2" ]
9
10
[org.jodconverter/jodconverter-core " 4.0.0-RELEASE" ]])
You can’t perform that action at this time.
0 commit comments