From 7b6a69f2b3f264018954ca40cd9e59f175e6e11e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 2 Dec 2022 19:50:58 +0100 Subject: [PATCH] SCI: fn, defn and defmacro as macros (#1437) --- resources/META-INF/babashka/deps.edn | 2 +- sci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/META-INF/babashka/deps.edn b/resources/META-INF/babashka/deps.edn index eb07e9a8..4e875585 100644 --- a/resources/META-INF/babashka/deps.edn +++ b/resources/META-INF/babashka/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/sci b/sci index d509d47a..165462e1 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit d509d47a60bffb7d186be9fd41c43962d34c05f9 +Subproject commit 165462e1abffc6a061c7e05025b7ba9bde0e529e