Skip to content

Commit aa83158

Browse files
committed
Update Medley to 1.4.0 to fix Clojure 1.11 warning
Fixes #205
1 parent a22e0fe commit aa83158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:dependencies [[org.clojure/clojure "1.7.0"]
77
[org.clojure/tools.macro "0.1.5"]
88
[clout "2.2.1"]
9-
[medley "1.3.0"]
9+
[medley "1.4.0"]
1010
[ring/ring-core "1.8.1"]
1111
[ring/ring-codec "1.1.2"]]
1212
:plugins [[lein-codox "0.10.7"]]

0 commit comments

Comments
 (0)