From f9550f64870ea78b4a0b1129ac270fd6dc713825 Mon Sep 17 00:00:00 2001 From: Peter Monks Date: Fri, 3 Nov 2023 08:13:31 -0700 Subject: [PATCH] :fire: Remove redundant dependency --- deps.edn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deps.edn b/deps.edn index 01c2eb6..d75a7af 100644 --- a/deps.edn +++ b/deps.edn @@ -17,9 +17,8 @@ ; {:deps - {jansi-clj/jansi-clj {:mvn/version "1.0.1"} + {jansi-clj/jansi-clj {:mvn/version "1.0.1"} ; Do not upgrade to 1.0.2 - it's broken! com.github.pmonks/clj-wcwidth {:mvn/version "1.0.64"}} :aliases - {:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.5" :git/sha "24f2894"} - com.github.pmonks/pbr {:mvn/version "RELEASE"}} + {:build {:deps {com.github.pmonks/pbr {:mvn/version "RELEASE"}} :ns-default pbr.build}}}