diff --git a/bb.edn b/bb.edn index 7c339c1d..cedbeb2f 100644 --- a/bb.edn +++ b/bb.edn @@ -1,4 +1,4 @@ -{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.0-43-la"}} +{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.0-44-la"}} :paths [] :tasks {-base-deps {:doc "Dependencies for a task using bb" diff --git a/deps.edn b/deps.edn index c65a8797..309772aa 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,6 @@ {:aliases - {:antq {:deps {com.github.liquidz/antq {:mvn/version "2.9.1217"}} + {:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/Kaspazza/antq" + :sha "a2606c7dc0edfae1990e367242b28accf2ded115"}} :main-opts ["-m" "antq.core"]} :cljs-deps {:extra-deps {clj-commons/pushy #:mvn{:version "0.3.10"} cljsjs/highlight #:mvn{:version "11.7.0-0"} @@ -31,10 +32,11 @@ :jvm-opts ["-Dheph-conf=env/test/config.edn,env/common_config.edn" "-Dhephaistox-in-test=true"]} :deploy {:exec-args {:installer :remote} :exec-fn deps-deploy.deps-deploy/deploy - :extra-deps {slipset/deps-deploy {:git/url "https://github.com/Kaspazza/deps-deploy" + :extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop] + :git/url "https://github.com/Kaspazza/deps-deploy" :sha "7b4b72d124f788c9e4a876e0ba55899fd9091f1d"}}} :env-development-repl - {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-34-la"} + {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-35-la"} org.clojure/core.async #:mvn{:version "1.6.681"}} :extra-paths ["env/development/resources/" "env/development/src/clj/" "env/development/src/cljc/"] @@ -59,7 +61,7 @@ metosin/reitit #:mvn{:version "0.7.1"} metosin/ring-http-response #:mvn{:version "0.9.4"} mount/mount #:mvn{:version "0.1.19"} - org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-34-la"} + org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.0-35-la"} ring-cors/ring-cors #:mvn{:version "0.1.13"} ring/ring #:mvn{:version "1.12.2"} ring/ring-anti-forgery #:mvn{:version "1.3.1"} diff --git a/version.edn b/version.edn index 711239df..88d7b13d 100644 --- a/version.edn +++ b/version.edn @@ -1 +1 @@ -{:version "2.2.0-34-la"} \ No newline at end of file +{:version "2.2.0-35-la"} \ No newline at end of file