diff options
author | Morgan Astra <m@morganastra.me> | 2018-11-14 21:47:31 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2018-11-14 21:47:31 -0800 |
commit | 67f0a0768750ff98715a48aefc44f315c4875c8c (patch) | |
tree | fb568e94ba38ff4a45ea6ab2ac434c2f90c4aa63 /project.clj | |
parent | c45042893905d3ffd227f37a24ad135d766063e1 (diff) |
Fix ns issues
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 2 |
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}) |