about summary refs log tree commit diff
path: root/project.clj
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2018-11-14 21:47:31 -0800
committerMorgan Astra <m@morganastra.me>2018-11-14 21:47:31 -0800
commit67f0a0768750ff98715a48aefc44f315c4875c8c (patch)
treefb568e94ba38ff4a45ea6ab2ac434c2f90c4aa63 /project.clj
parentc45042893905d3ffd227f37a24ad135d766063e1 (diff)
Fix ns issues
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index a3d6bcf..a0f77fd 100644
--- a/project.clj
+++ b/project.clj
@@ -15,5 +15,5 @@
   ;; FIXME morgan.astra <2018-11-14 Wed>
   ;; Is this production profile used for anything?
   :profiles {:production {:env {:production true}}
-             :dev {:dependencies [[ring/ring-devel "1.7.1"]]}}
+             :test {:dependencies [[ring/ring-devel "1.7.1"]]}}
   :ring {:handler pronouns.web/app})