From 7e7bb5f5403ac387965f0e530c3c9d3e3f652a2d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 2 Oct 2022 12:39:18 +0200 Subject: [PATCH] wip --- deps.edn | 2 +- src/babashka/main.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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