diff --git a/resources/META-INF/babashka/deps.edn b/resources/META-INF/babashka/deps.edn index c891086f..c69d185e 100644 --- a/resources/META-INF/babashka/deps.edn +++ b/resources/META-INF/babashka/deps.edn @@ -174,7 +174,9 @@ prismatic/plumbing {:git/url "https://github.com/plumatic/plumbing", :git/sha "424bc704f2db422de34269c139a5494314b3a43b"} org.clj-commons/hickory {:git/url "https://github.com/clj-commons/hickory" - :git/sha "9385b6708ef35f161732d8464b3a3aa57dd79f30"}} + :git/sha "9385b6708ef35f161732d8464b3a3aa57dd79f30"} + com.potetm/fusebox {:git/url "https://github.com/potetm/fusebox" + :git/sha "2f42391868c82c193628bec8922f8735ae3cac66"}} :classpath-overrides {org.clojure/clojure nil org.clojure/spec.alpha nil}} :clj-nvd diff --git a/test-resources/lib_tests/bb-tested-libs.edn b/test-resources/lib_tests/bb-tested-libs.edn index 1cce6841..354925ff 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -213,4 +213,4 @@ com.potetm.fusebox.rate-limit-test com.potetm.fusebox.registry-test com.potetm.fusebox.retry-test - com.potetm.fusebox.timeout-test]}} + #_com.potetm.fusebox.timeout-test]}}