diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-05 01:38:03 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-05 01:38:03 +0200 |
| commit | 3770175783d53f9008d81dca8b19741b218d925f (patch) | |
| tree | b56482908485599d23afde3de3a91340eb96fb0a /project.clj | |
| parent | a17bb85a5a7170efc92f110d11cff1cef43e92b2 (diff) | |
bump
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}) |
