Skip to content

Commit

Permalink
⬇️ Downgrade automatically upgrade dependency that's broken
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 3, 2023
1 parent 9e2be7a commit 58c55f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;

{:deps
{jansi-clj/jansi-clj {:mvn/version "1.0.2"} ; Do not upgrade to 1.0.2 - it's broken!
{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.85"}}
:aliases
{:build {:deps {com.github.pmonks/pbr {:mvn/version "RELEASE"}}
Expand Down

0 comments on commit 58c55f8

Please sign in to comment.