From 799a9f4aafb2f54868ad31ec99f80cb15176d9da Mon Sep 17 00:00:00 2001 From: Daniel Gerigk Date: Thu, 7 Jan 2016 05:40:45 +0100 Subject: [PATCH] fix typo --- content/cftbat/appendix-a.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cftbat/appendix-a.html b/content/cftbat/appendix-a.html index 38a6d432..f0518172 100644 --- a/content/cftbat/appendix-a.html +++ b/content/cftbat/appendix-a.html @@ -43,7 +43,7 @@

Dependencies

</dependency> -

This XML is how Java projects communicate their Maven identifier. To add it your Clojure project, you’d change your :dependencies vector so it looks like this:

+

This XML is how Java projects communicate their Maven identifier. To add it to your Clojure project, you’d change your :dependencies vector so it looks like this:

  :dependencies [[org.clojure/clojure "1.7.0"]
                  [clj-time "0.9.0"]
                  [org.apache.commons/commons-email "1.3.3"]]