Skip to content

Commit bd4422b

Browse files
committed
[housekeeping] bump sha
1 parent 12c966b commit bd4422b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ This is intended for [babashka](https://babashka.org/) and JVM clojure and provi
1515

1616
Add this to your `bb.edn` or `deps.edn`:
1717
```edn
18-
{:deps {io.github.lispyclouds/bblgum {:git/sha "b46455a5f40fa3e058376f38ddbd3cb9c45ff133"}}}
18+
{:deps {io.github.lispyclouds/bblgum {:git/sha "28efb3ce4c71738d0c3c9bdd965a291c5d3e7465"}}}
1919
```
2020

2121
Sample babashka usage:
2222
```console
23-
$ bb -Sdeps '{:deps {io.github.lispyclouds/bblgum {:git/sha "b46455a5f40fa3e058376f38ddbd3cb9c45ff133"}}}' \
23+
$ bb -Sdeps '{:deps {io.github.lispyclouds/bblgum {:git/sha "28efb3ce4c71738d0c3c9bdd965a291c5d3e7465"}}}' \
2424
-e "(require '[bblgum.core :as b]) (b/gum :input :placeholder \"User name:\")"
2525
```
2626

0 commit comments

Comments
 (0)