Added automatic deployment to clojars (?)

This commit is contained in:
Simon Brooke 2017-09-07 14:13:24 +01:00
parent 9260c7b553
commit 9ac9050cfd
2 changed files with 3 additions and 2 deletions
project.clj
src/scot/weft/i18n

View file

@ -6,4 +6,5 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[com.taoensso/timbre "4.10.0"]
[instaparse "1.4.7"]]
:plugins [[lein-codox "0.10.3"]])
:plugins [[lein-codox "0.10.3"]]
:lein-release {:deploy-via :clojars})

View file

@ -166,7 +166,7 @@
`default-locale` should be a locale specifier to use if no acceptable locale can be
identified.
Returns a map of message keys to strings."
Returns a map of message keys to strings.; if no useable file is found, returns nil."
(memoize raw-get-messages))