diff --git a/deps.edn b/deps.edn index 7cb15a30..ccf9ad41 100644 --- a/deps.edn +++ b/deps.edn @@ -63,7 +63,7 @@ :lib-tests {:extra-paths ["process/src" "process/test" "test-resources/lib_tests"] :extra-deps {org.clj-commons/clj-http-lite {:mvn/version "0.4.392"} - org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha" + #_#_org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha" :sha "0dec1f88cbde74a0470b454396f09a03adb4ae39"} lambdaisland/regal {:mvn/version "0.0.143"} cprop/cprop {:mvn/version "0.1.16"} diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 2c51b689..283ef1c0 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -854,7 +854,7 @@ Use bb run --help to show this help output. {}) res))) (case namespace - clojure.spec.alpha + #_#_clojure.spec.alpha (binding [*out* *err*] (println "[babashka] WARNING: Use the babashka-compatible version of clojure.spec.alpha, available here: https://github.com/babashka/spec.alpha")) clojure.core.specs.alpha