Skip to content

Commit

Permalink
🔥 Remove redundant dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 3, 2023
1 parent 5ce088b commit f9550f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}

0 comments on commit f9550f6

Please sign in to comment.