diff --git a/deps.edn b/deps.edn index 0576a7a5..a63698d6 100644 --- a/deps.edn +++ b/deps.edn @@ -149,7 +149,9 @@ :git/tag "0.8.9"} meander/epsilon {:git/url "https://github.com/noprompt/meander" :git/sha "55f5ce70e6ef717e95c58260f6bc725d70c0cb6d"} - } + cc.qbits/auspex {:git/url "https://github.com/mpenet/auspex" + :git/sha "1a9d7427e60e1a434a764aa820d1c53f7e22504a" + :deps/manifest :deps}} :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 0f40814f..6ec8eee3 100644 --- a/test-resources/lib_tests/bb-tested-libs.edn +++ b/test-resources/lib_tests/bb-tested-libs.edn @@ -159,4 +159,8 @@ :test-paths ["test"] :git-url "https://github.com/noprompt/meander" :git-sha "55f5ce70e6ef717e95c58260f6bc725d70c0cb6d"} + cc.qbits/auspex {:git-url "https://github.com/mpenet/auspex" + :git-sha "1a9d7427e60e1a434a764aa820d1c53f7e22504a" + :test-paths ["test"] + :test-namespaces [qbits.auspex-test]} }