Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Sep 24, 2024
1 parent ca439ac commit 1d34a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:version "1.5.0"}
{:version "1.5.1"}

0 comments on commit 1d34a6d

Please sign in to comment.