Skip to content

Commit 2486d72

Browse files
workaround for build error that occurs with sci
Longer term fix is to fix generated deps.edn in nbb.build to avoid the error. Build error is: Unable to compare versions for org.babashka/sci: {:mvn/version "0.10.46", :deps/manifest :mvn} and {:git/url "https://github.com/babashka/sci", :git/sha "56104c81cb7a3804f8ee84aa64b313dc7143f30e", :deps/manifest :deps, ...
1 parent 62e749c commit 2486d72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
cljs-bean/cljs-bean {:mvn/version "1.9.0"}
1515
org.babashka/sci
1616
#_{:local/root "../babashka/sci"}
17-
#_{:mvn/version "0.9.44"}
18-
{:git/url "https://github.com/babashka/sci"
17+
{:mvn/version "0.10.46"}
18+
#_{:git/url "https://github.com/babashka/sci"
1919
:git/sha "56104c81cb7a3804f8ee84aa64b313dc7143f30e"}
2020
org.clojure/tools.cli {:mvn/version "1.0.214"}
2121
com.cognitect/transit-cljs {:mvn/version "0.8.280"}

0 commit comments

Comments
 (0)