Skip to content

Commit 0ca1288

Browse files
committed
Update tufte and encore dependency versions
1 parent 6b3b728 commit 0ca1288

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ boilerplate-free common sense styling.
88

99
Lein:
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

project.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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"]])

0 commit comments

Comments
 (0)