wip
This commit is contained in:
parent
6bfefe9b26
commit
7e7bb5f540
2 changed files with 2 additions and 2 deletions
2
deps.edn
2
deps.edn
|
|
@ -63,7 +63,7 @@
|
||||||
:lib-tests
|
:lib-tests
|
||||||
{:extra-paths ["process/src" "process/test" "test-resources/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"}
|
: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"}
|
:sha "0dec1f88cbde74a0470b454396f09a03adb4ae39"}
|
||||||
lambdaisland/regal {:mvn/version "0.0.143"}
|
lambdaisland/regal {:mvn/version "0.0.143"}
|
||||||
cprop/cprop {:mvn/version "0.1.16"}
|
cprop/cprop {:mvn/version "0.1.16"}
|
||||||
|
|
|
||||||
|
|
@ -854,7 +854,7 @@ Use bb run --help to show this help output.
|
||||||
{})
|
{})
|
||||||
res)))
|
res)))
|
||||||
(case namespace
|
(case namespace
|
||||||
clojure.spec.alpha
|
#_#_clojure.spec.alpha
|
||||||
(binding [*out* *err*]
|
(binding [*out* *err*]
|
||||||
(println "[babashka] WARNING: Use the babashka-compatible version of clojure.spec.alpha, available here: https://github.com/babashka/spec.alpha"))
|
(println "[babashka] WARNING: Use the babashka-compatible version of clojure.spec.alpha, available here: https://github.com/babashka/spec.alpha"))
|
||||||
clojure.core.specs.alpha
|
clojure.core.specs.alpha
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue