Open borkdude opened 2 years ago
SCI has moved to a new organization: org.babashka/sci {:mvn/version "0.3.2"}.
org.babashka/sci {:mvn/version "0.3.2"}
Having both borkdude/sci and org.babashka/sci on the classpath can cause problems.
borkdude/sci
org.babashka/sci
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
Addressed on my https://github.com/onetom/closh/tree/modernize-deps branch, along with a bunch of other dependency upgrades.
SCI has moved to a new organization:
org.babashka/sci {:mvn/version "0.3.2"}
.Having both
borkdude/sci
andorg.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