From 7e3278b9d9fac1d25c2156003d0574193125ba03 Mon Sep 17 00:00:00 2001 From: Peter Monks Date: Tue, 18 Jun 2024 22:52:06 -0700 Subject: [PATCH] :arrow_up: Upgrade dependencies --- deps.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.edn b/deps.edn index 8f057e5..072adc7 100644 --- a/deps.edn +++ b/deps.edn @@ -19,8 +19,8 @@ {:deps {jansi-clj/jansi-clj {:mvn/version "1.0.3"} com.github.pmonks/clj-wcwidth {:mvn/version "1.0.85"} - com.github.pmonks/lice-comb {:mvn/version "2.0.327"} - com.github.pmonks/asf-cat {:mvn/version "2.0.145"} + com.github.pmonks/lice-comb {:mvn/version "2.0.332"} + com.github.pmonks/asf-cat {:mvn/version "2.0.149"} com.github.pmonks/tools-convenience {:mvn/version "1.0.154"}} :aliases {:build {:deps {com.github.pmonks/pbr {:mvn/version "RELEASE"}