We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f0553 commit 07d8c5eCopy full SHA for 07d8c5e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Bump promesa to `10.0.571`
6
+
7
## v1.8.0
8
9
- Allow create work-done-progress without percentages, for report only.
deps.edn
@@ -2,7 +2,7 @@
org.clojure/core.async {:mvn/version "1.5.648"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
cheshire/cheshire {:mvn/version "5.11.0"}
- funcool/promesa {:mvn/version "8.0.450"}}
+ funcool/promesa {:mvn/version "10.0.571"}}
:paths ["src" "resources"]
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}
:extra-paths ["test"]
0 commit comments