Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Oct 3, 2024
1 parent 1d34a6d commit ce46b0f
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 123 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validation_delaguardo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.4.1474 # Clojure CLI based on tools.deps
bb: 1.3.191 # Babashka
clj-kondo: 2024.08.01 # Clj-kondo
cljfmt: 0.10.2 # cljfmt
cli: 1.12.0.1479 # Clojure CLI based on tools.deps
bb: 1.4.192 # Babashka
clj-kondo: 2024.09.27 # Clj-kondo
cljfmt: 0.13.0 # cljfmt
zprint: 1.2.9 # zprint
- name: Cache clojure dependencies
uses: actions/cache@v4
Expand Down
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.1"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.2"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
19 changes: 9 additions & 10 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:git/url "https://github.com/hephaistox/antq"
:sha "a92a8fe950934f6167d8750cc2e9fdb546c676ff"}}
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.10.1241"}}
: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"}
thheller/shadow-cljs #:mvn{:version "2.28.12"}}
thheller/shadow-cljs #:mvn{:version "2.28.15"}}
:extra-paths ["src/cljs/"
"src/cljc/"
"resources/"
Expand Down Expand Up @@ -44,23 +43,23 @@
: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.7187"}
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"}
danlentz/clj-uuid #:mvn{:version "0.1.9"}
djblue/portal #:mvn{:version "0.57.2"}
danlentz/clj-uuid #:mvn{:version "0.2.0"}
djblue/portal #:mvn{:version "0.57.3"}
http-kit/http-kit #:mvn{:version "2.8.0"}
io.sentry/sentry #:mvn{:version "7.14.0"}
io.sentry/sentry-clj #:mvn{:version "7.11.216"}
lambdaisland/uri #:mvn{:version "1.19.155"}
metosin/malli #:mvn{:version "0.16.1"}
mount/mount #:mvn{:version "0.1.19"}
nrepl/nrepl #:mvn{:version "1.3.0"}
org.apache.logging.log4j/log4j-api #:mvn{:version "2.23.1"}
org.apache.logging.log4j/log4j-core #:mvn{:version "2.23.1"}
org.apache.logging.log4j/log4j-slf4j2-impl #:mvn{:version "2.23.1"}
org.clojure/clojure #:mvn{:version "1.11.4"}
org.apache.logging.log4j/log4j-api #:mvn{:version "2.24.0"}
org.apache.logging.log4j/log4j-core #:mvn{:version "2.24.0"}
org.apache.logging.log4j/log4j-slf4j2-impl #:mvn{:version "2.24.0"}
org.clojure/clojure #:mvn{:version "1.12.0"}
org.clojure/tools.cli #:mvn{:version "1.1.230"}
org.clojure/tools.logging #:mvn{:version "1.3.0"}
zprint/zprint #:mvn{:version "1.2.9"}}
Expand Down
Loading

0 comments on commit ce46b0f

Please sign in to comment.