dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.61k stars 65 forks source link

Consider upgrading SCI #184

Open borkdude opened 2 years ago

borkdude commented 2 years ago

SCI has moved to a new organization: org.babashka/sci {:mvn/version "0.3.2"}.

Having both borkdude/sci and org.babashka/sci on the classpath can cause problems.

It is also recommended to use the same version of edamame that SCI uses, to prevent incompatibility problems.

https://github.com/dundalek/closh/blob/b1a7fd310b6511048fbacb8e496f574c8ccfa291/deps.edn#L25

onetom commented 1 year ago

Addressed on my https://github.com/onetom/closh/tree/modernize-deps branch, along with a bunch of other dependency upgrades.