From e707f01c8be9549f55f139773bd914eafa6d1848 Mon Sep 17 00:00:00 2001 From: Wilker Lucio Date: Wed, 18 Dec 2024 21:33:39 -0300 Subject: [PATCH] Bump `com.wsscode/cljc-misc` to `2024.12.18` --- CHANGELOG.md | 1 + deps.edn | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94d7b47..ff45fc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deps.edn b/deps.edn index 54ad7b9f..b041debf 100644 --- a/deps.edn +++ b/deps.edn @@ -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"}