diff --git a/resources/META-INF/babashka/deps.edn b/resources/META-INF/babashka/deps.edn index e105cd54..e3f3abff 100644 --- a/resources/META-INF/babashka/deps.edn +++ b/resources/META-INF/babashka/deps.edn @@ -164,3 +164,4 @@ :test-pod {:extra-paths ["test-resources"] :main-opts ["-m" "babashka.main" "test-resources/pod.clj"]}}} +;; release diff --git a/src/babashka/impl/classes.clj b/src/babashka/impl/classes.clj index 744824df..47a04a16 100644 --- a/src/babashka/impl/classes.clj +++ b/src/babashka/impl/classes.clj @@ -4,6 +4,7 @@ [babashka.impl.features :as features] [babashka.impl.proxy :as proxy] [cheshire.core :as json] + [clojure.core.async] [sci.impl.types :as t])) (def base-custom-map