diff options
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/project.clj b/project.clj index 8ea158e..284c054 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,8 @@ -(defproject clarktown "0.1.0-SNAPSHOT" +(defproject clarktown "1.0" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} - :dependencies [[org.clojure/clojure "1.10.3"]] + :dependencies [[org.clojure/clojure "1.11.0"]] + :plugins [[lein-auto "0.1.3"]] :repl-options {:init-ns clarktown.core}) |
