diff --git a/README.md b/README.md index 3f1ae04..0e52865 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![The undertaker emerging from it's coffin](http://lfn3.net/img/projects/undertaker/undertaker.gif) +```[net.lfn3/undertaker "0.1.5"]``` + A property testing library for Clojure and [Java](https://github.com/lfn3/undertaker-junit). If you've used [test.check](https://github.com/clojure/test.check) before you might want to start by reading [Coming from test.check](https://github.com/lfn3/undertaker/blob/master/docs/coming-from-test-check.md) instead of this. diff --git a/project.clj b/project.clj index fbe4122..22e97b7 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,8 @@ :url "http://github.com/lfn3/undertaker" :license {:name "Apache License Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} - :deploy-repositories [["releases" :clojars]] + :repositories [["releases" {:url "https://repo.clojars.org" + :creds :gpg}]] :dependencies [] :plugins [[lein-jmh "0.2.2"]]