Still trying to fix the deploy issue...

This commit is contained in:
Simon Brooke 2020-01-27 11:43:54 +00:00
parent 7c1becfe54
commit 71fb701d1c

View file

@ -1,6 +1,6 @@
(defproject csv2edn "0.1.1"
:description "Simple command line utility to convert CSV files to EDN"
:url "http://example.com/FIXME"
(defproject csv2edn "0.1.2-SNAPSHOT"
:description "Simple command line utility to convert CSV files to EDN."
:url "https://github.com/simon-brooke/csv2edn"
:license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"}
:dependencies [[org.clojure/clojure "1.8.0"]