Skip to content

Commit

Permalink
Release to clojars.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfn3 committed Apr 20, 2018
1 parent 402c721 commit 6204ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
Expand Down

0 comments on commit 6204ffe

Please sign in to comment.