Closed daslu closed 3 months ago
The :dev alias at deps.edn has a few outdated dependencies.
:dev
deps.edn
One of them is cider/orchard: https://github.com/scicloj/wolframite/blob/8510c7e/deps.edn#L12
cider/orchard
cider/orchard {:mvn/version "0.7.3"}
Probably, it is not necessary anymore. Anyway, it is an old version of this library, which seems to conflict with the current version of cider-nrepl.
cider-nrepl.
pls feel free to send a PR!
Otheriwse, I will try to remember to remove it next time I am around the code.
Here, thanks: https://github.com/scicloj/wolframite/pull/73
The
:dev
alias atdeps.edn
has a few outdated dependencies.One of them is
cider/orchard
: https://github.com/scicloj/wolframite/blob/8510c7e/deps.edn#L12Probably, it is not necessary anymore. Anyway, it is an old version of this library, which seems to conflict with the current version of
cider-nrepl.