require core.async in time
This commit is contained in:
parent
3afd85ccb3
commit
ef41365656
2 changed files with 2 additions and 0 deletions
|
|
@ -164,3 +164,4 @@
|
||||||
:test-pod
|
:test-pod
|
||||||
{:extra-paths ["test-resources"]
|
{:extra-paths ["test-resources"]
|
||||||
:main-opts ["-m" "babashka.main" "test-resources/pod.clj"]}}}
|
:main-opts ["-m" "babashka.main" "test-resources/pod.clj"]}}}
|
||||||
|
;; release
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
[babashka.impl.features :as features]
|
[babashka.impl.features :as features]
|
||||||
[babashka.impl.proxy :as proxy]
|
[babashka.impl.proxy :as proxy]
|
||||||
[cheshire.core :as json]
|
[cheshire.core :as json]
|
||||||
|
[clojure.core.async]
|
||||||
[sci.impl.types :as t]))
|
[sci.impl.types :as t]))
|
||||||
|
|
||||||
(def base-custom-map
|
(def base-custom-map
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue