diff --git a/project.clj b/project.clj index 315857c..8e1efd6 100644 --- a/project.clj +++ b/project.clj @@ -9,12 +9,9 @@ [prismatic/plumbing "0.5.3"]] :profiles {:provided - {:dependencies - [[org.clojure/clojure "1.8.0"]]} + {:dependencies [[org.clojure/clojure "1.8.0"]]} :test - {:dependencies - [[pjstadig/humane-test-output "0.8.0"]] - :injections - [(require 'pjstadig.humane-test-output) - (pjstadig.humane-test-output/activate!)]}}) + {:dependencies [[pjstadig/humane-test-output "0.8.0"]] + :injections [(require 'pjstadig.humane-test-output) + (pjstadig.humane-test-output/activate!)]}})