dundalek/closh

Consider upgrading SCI

borkdude opened this issue · 1 comments

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.

closh/deps.edn

Line 25 in b1a7fd3

borkdude/sci {:mvn/version "0.1.0"}

onetom commented

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