Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Apr 8, 2021
1 parent f38a51c commit 401dcd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
:dependencies [[org.clojure/clojure "1.10.3"]
[org.apache.chemistry.opencmis/chemistry-opencmis-client-impl "1.1.0"]
[sanitize-filename "0.1.0"]
[org.clojure/data.xml "0.2.0-alpha5"]
[org.clojure/data.zip "0.1.2"]
[org.clojure/data.csv "0.1.4"]]
[org.clojure/data.zip "1.0.0"]
[org.clojure/data.csv "1.0.0"]]
:main ^:skip-aot cmis-clj.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})

0 comments on commit 401dcd3

Please sign in to comment.