diff --git a/bb.edn b/bb.edn index d34ece04..517c1cd3 100644 --- a/bb.edn +++ b/bb.edn @@ -1,5 +1,5 @@ ;; The file is updated automatically -{:deps #:org.clojars.hephaistox{automaton-build #:mvn{:version "0.0.104-la"}} +{:deps #:org.clojars.hephaistox{automaton-build #:mvn{:version "0.0.106-la"}} :paths [] :tasks {:requires diff --git a/deps.edn b/deps.edn index ef839e50..e7e8a9f0 100644 --- a/deps.edn +++ b/deps.edn @@ -1,8 +1,8 @@ {:aliases {:bb-deps {:extra-deps #:org.clojars.hephaistox{automaton-build - #:mvn{:version "0.0.104-la"}}} + #:mvn{:version "0.0.106-la"}}} :build {:extra-deps #:org.clojars.hephaistox{automaton-build - #:mvn{:version "0.0.104-la"}}} + #:mvn{:version "0.0.106-la"}}} :cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"} cider/cider-nrepl #:mvn{:version "0.30.0"} thheller/shadow-cljs #:mvn{:version "2.26.2"}} diff --git a/pom.xml b/pom.xml index 22ff68c7..87019435 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jar org.clojars.hephaistox automaton-core - 0.0.72-la + 0.0.73-la automaton-core diff --git a/version.edn b/version.edn index 53c2240a..d3039bf8 100644 --- a/version.edn +++ b/version.edn @@ -1,4 +1,4 @@ ;; Last generated version, note a failed push consume a number {:major-version "0.0.-1-la" - :minor-version 72 - :version "0.0.72-la"} \ No newline at end of file + :minor-version 73 + :version "0.0.73-la"} \ No newline at end of file