diff options
author | Morgan Astra <m@morganastra.me> | 2017-03-04 23:13:18 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2017-03-04 23:13:18 -0800 |
commit | fedfc3ae45b2f6aca60f5b26fa163768e0a67d55 (patch) | |
tree | 5784c63e89428857f86959d14d4b0186aae6a7f2 /project.clj | |
parent | 87c042fd5780e453c336eca1cea9a85793bc77c4 (diff) | |
parent | 5e851322b2e862c9a4c4018413d8b7fb67a31428 (diff) |
Merge branch 'release/v1.11'
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 cddf5f3..b14ac4e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject witch-house/pronouns "1.10.0-SNAPSHOT" +(defproject witch-house/pronouns "1.11.0-SNAPSHOT" :description "Pronoun.is is a website for personal pronoun usage examples" :url "http://pronoun.is" :license "GNU Affero General Public License 3.0" @@ -14,5 +14,6 @@ [lein-ring "0.9.7"]] :hooks [environ.leiningen.hooks] :uberjar-name "pronouns-standalone.jar" - :profiles {:production {:env {:production true}}} + :profiles {:production {:env {:production true}} + :dev {:dependencies [[midje "1.6.3"]]}} :ring {:handler pronouns.web/app}) |