From e0ea6f8f1fa0fe9a56ef1da38b5c3dee1f6eb603 Mon Sep 17 00:00:00 2001 From: kaspazza Date: Wed, 3 Jan 2024 15:33:45 +0100 Subject: [PATCH] Deps update --- bb.edn | 2 +- deps.edn | 4 ++-- version.edn | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bb.edn b/bb.edn index b5a647b9..1c636c44 100644 --- a/bb.edn +++ b/bb.edn @@ -1,4 +1,4 @@ -{:deps {org.clojars.hephaistox/automaton-build-app {:mvn/version "0.0.70"}} +{:deps {org.clojars.hephaistox/automaton-build-app {:mvn/version "0.0.72"}} :paths [] :tasks {:requires [[automaton-build-app.tasks.launcher.bb-entrypoint :as build-task-bb-entrypoint] [babashka.process :as babahska-process]] heph-task {:doc "Launch an Hephaistox task" diff --git a/deps.edn b/deps.edn index 1fce99b6..141ccf91 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ -{:aliases {:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build-app {:mvn/version "0.0.70"}}} - :build {:extra-deps {org.clojars.hephaistox/automaton-build-app {:mvn/version "0.0.70"}}} +{:aliases {:bb-deps {:extra-deps {org.clojars.hephaistox/automaton-build-app {:mvn/version "0.0.72"}}} + :build {:extra-deps {org.clojars.hephaistox/automaton-build-app {:mvn/version "0.0.72"}}} :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/version.edn b/version.edn index 17048c31..fbaa1806 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" - :minor-version 26 - :version "0.0.26"} \ No newline at end of file + :minor-version 52 + :version "0.0.52"} \ No newline at end of file