add project.clj
This commit is contained in:
parent
77935f39f7
commit
9907fed567
2 changed files with 18 additions and 2 deletions
|
|
@ -12,9 +12,13 @@ A Clojure library providing convenient wrapper functions for the [Gum](https://g
|
|||
Add this to your `deps.edn`:
|
||||
|
||||
```clojure
|
||||
{:deps {travisshears/gum-utils {
|
||||
{:deps {com.travisshears/gum-utils {
|
||||
:git/url "https://git.travisshears.com/travisshears/gum-utils"
|
||||
:git/tag "40K"
|
||||
:git/sha "4c4a34d"
|
||||
:git/sha "77935f39f741"
|
||||
}}}
|
||||
```
|
||||
|
||||
## Dev
|
||||
|
||||
Tags can be manually created in git hosting ui [here](https://git.travisshears.com/travisshears/gum-utils/releases)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue