Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspazza committed Nov 20, 2024
1 parent 1da41a2 commit 4fb1698
Show file tree
Hide file tree
Showing 37 changed files with 134 additions and 251 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation_delaguardo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
java-version: '22'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
uses: DeLaGuardo/setup-clojure@13.0
with:
cli: 1.12.0.1479 # Clojure CLI based on tools.deps
bb: 1.4.192 # Babashka
clj-kondo: 2024.09.27 # Clj-kondo
bb: 1.12.195 # Babashka
clj-kondo: 2024.11.14 # Clj-kondo
cljfmt: 0.13.0 # cljfmt
zprint: 1.2.9 # zprint
- name: Cache clojure dependencies
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.2"}}
{:deps {org.clojars.hephaistox/automaton-build #:mvn{:version "3.2.3"}}
:paths []
:tasks
{-base-deps {:doc "Dependencies for a task using bb"
Expand Down
26 changes: 13 additions & 13 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{:aliases
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.10.1241"}}
{:antq {:deps {com.github.liquidz/antq {:mvn/version "2.11.1250"}}
:main-opts ["-m" "antq.core"]}
:cljs-deps {:extra-deps {clj-commons/pushy #:mvn{:version "0.3.10"}
cljsjs/highlight #:mvn{:version "11.7.0-0"}
com.andrewmcveigh/cljs-time #:mvn{:version "0.5.2"}
com.taoensso/encore #:mvn{:version "3.62.1"}
com.taoensso/sente #:mvn{:version "1.19.2"}
com.taoensso/tempura #:mvn{:version "1.5.3"}
com.taoensso/encore #:mvn{:version "3.132.0"}
com.taoensso/sente #:mvn{:version "1.20.0-RC1"}
com.taoensso/tempura #:mvn{:version "1.5.4"}
lambdaisland/uri #:mvn{:version "1.19.155"}
metosin/reitit #:mvn{:version "0.7.2"}
metosin/reitit-frontend #:mvn{:version "0.7.2"}
re-frame/re-frame #:mvn{:version "1.4.3"}
reagent/reagent #:mvn{:version "1.2.0"}
thheller/shadow-cljs #:mvn{:version "2.28.15"}}
thheller/shadow-cljs #:mvn{:version "2.28.19"}}
:extra-paths ["src/cljs/" "src/cljc/" "resources/"]}
:cljs-dev-deps
{:extra-deps {binaryage/devtools #:mvn{:version "1.0.7"}
day8.re-frame/http-fx #:mvn{:version "0.2.4"}
day8.re-frame/re-frame-10x #:mvn{:version "1.9.9"}
day8.re-frame/re-frame-10x #:mvn{:version "1.9.10"}
day8.re-frame/tracing #:mvn{:version "0.6.2"}
no.cjohansen/portfolio #:mvn{:version "2024.09.25"}}
:extra-paths ["test/cljs/" "test/cljc/" "env/development/src/cljc/" "env/development/src/cljs/"]}
:common-test
{:exec-fn cognitect.test-runner.api/test
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"
:sha "9d36f36ff541dac680a05010e4348c744333f191"}
:sha "3f288f1f16d167723ad87cc35b1dfee3c1681e10"}
org.clojure/tools.namespace #:mvn{:version "1.5.0"}
org.clojure/tools.reader #:mvn{:version "1.5.0"}}
:extra-paths ["test/clj/" "test/cljc/" "test/resources/"]
Expand All @@ -33,7 +33,7 @@
:exec-fn deps-deploy.deps-deploy/deploy
:extra-deps {slipset/deps-deploy {:exclusions [org.slf4j/slf4j-nop]
:mvn/version "0.2.2"}}}
:env-development-repl {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.2"}
:env-development-repl {:extra-deps {org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.3"}
org.clojure/core.async #:mvn{:version "1.6.681"}}
:extra-paths ["env/development/resources/"
"env/development/src/clj/"
Expand All @@ -43,7 +43,7 @@
:env-development-test
{:exec-fn cognitect.test-runner.api/test
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"
:sha "9d36f36ff541dac680a05010e4348c744333f191"}
:sha "3f288f1f16d167723ad87cc35b1dfee3c1681e10"}
org.clojure/tools.namespace {:mvn/version "1.5.0"}
org.clojure/tools.reader {:mvn/version "1.5.0"}}
:jvm-opts
Expand All @@ -52,16 +52,16 @@
"-Dlog4j.configurationFile=resources/log_config/appenders.properties,resources/log_config/logging-tests.properties"]
:main-opts ["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "-d" "test/cljc"]}}
:deps {amalloy/ring-gzip-middleware #:mvn{:version "0.1.4"}
com.taoensso/sente #:mvn{:version "1.19.2"}
com.taoensso/sente #:mvn{:version "1.20.0-RC1"}
hiccup/hiccup #:mvn{:version "2.0.0-RC3"}
http-kit/http-kit #:mvn{:version "2.8.0"}
metosin/muuntaja #:mvn{:version "0.6.10"}
metosin/reitit #:mvn{:version "0.7.2"}
metosin/ring-http-response #:mvn{:version "0.9.4"}
mount/mount #:mvn{:version "0.1.19"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.2"}
mount/mount #:mvn{:version "0.1.20"}
org.clojars.hephaistox/automaton-core #:mvn{:version "1.5.3"}
ring-cors/ring-cors #:mvn{:version "0.1.13"}
ring/ring #:mvn{:version "1.12.2"}
ring/ring #:mvn{:version "1.13.0"}
ring/ring-anti-forgery #:mvn{:version "1.3.1"}
ring/ring-ssl #:mvn{:version "0.4.0"}}
:paths ["src/clj/" "src/cljc/" "src/cljs/" "resources/"]}
Loading

0 comments on commit 4fb1698

Please sign in to comment.