From 1d34a6dfa7ba93a12dd89fa83abab705bf185f72 Mon Sep 17 00:00:00 2001 From: kaspazza Date: Tue, 24 Sep 2024 17:38:59 +0200 Subject: [PATCH] 1.5.1 --- bb.edn | 2 +- deps.edn | 6 +++--- version.edn | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bb.edn b/bb.edn index bca492c..b49ec24 100644 --- a/bb.edn +++ b/bb.edn @@ -1,4 +1,4 @@ -{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.0"}} +{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.1"}} :paths [] :tasks {-base-deps {:doc "Dependencies for a task using bb" diff --git a/deps.edn b/deps.edn index 6edccf3..05ae0d1 100644 --- a/deps.edn +++ b/deps.edn @@ -1,6 +1,6 @@ {:aliases - {:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/Kaspazza/antq" - :sha "a2606c7dc0edfae1990e367242b28accf2ded115"}} + {:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/hephaistox/antq" + :sha "a92a8fe950934f6167d8750cc2e9fdb546c676ff"}} :main-opts ["-m" "antq.core"]} :cljs-deps {:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"} com.yetanalytics/colossal-squuid {:mvn/version "0.1.5"} @@ -44,7 +44,7 @@ :deps {babashka/fs #:mvn{:version "0.5.22"} babashka/process #:mvn{:version "0.5.22"} com.clojure-goes-fast/clj-memory-meter #:mvn{:version "0.3.0"} - com.datomic/peer #:mvn{:version "1.0.7180"} + com.datomic/peer {:mvn/version "1.0.7180"} com.taoensso/encore #:mvn{:version "3.62.1"} com.taoensso/tempura #:mvn{:version "1.5.3"} com.yetanalytics/colossal-squuid {:mvn/version "0.1.5"} diff --git a/version.edn b/version.edn index 8d288d8..6bde014 100644 --- a/version.edn +++ b/version.edn @@ -1 +1 @@ -{:version "1.5.0"} \ No newline at end of file +{:version "1.5.1"} \ No newline at end of file