Skip to content

Commit

Permalink
Bump com.wsscode/cljc-misc to 2024.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Dec 19, 2024
1 parent 730f9d5 commit e707f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Much richer error details for when some user required attribute is missing
- Track `::pcp/expects` on AND nodes, it includes all expects from the node chain
- BREAKING: removed `p->` and `p->>` helpers from `com.wsscode.promesa.macros`. These were old macros and currently Promesa has them in the library.
- Bump `com.wsscode/cljc-misc` to `2024.12.18`

## [2024.11.23-alpha]
- Fix placeholders using different parameters
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:deps
{com.fulcrologic/guardrails {:mvn/version "1.1.11"}
org.clojure/core.async {:mvn/version "1.3.610"}
com.wsscode/cljc-misc {:mvn/version "2022.03.07"}
com.wsscode/cljc-misc {:mvn/version "2024.12.18"}
com.wsscode/log {:git/url "https://github.com/wilkerlucio/log"
:sha "325675d8d2871e74e789e836713ea769139e9c61"}
funcool/promesa {:mvn/version "8.0.450"}
Expand Down

0 comments on commit e707f01

Please sign in to comment.