Skip to content

Commit a47200a

Browse files
committed
version update
version update version update
1 parent 3d3fb73 commit a47200a

4 files changed

Lines changed: 240 additions & 52 deletions

File tree

.github/workflows/commit_validation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
check-latest: true
2828
- name: Install clojure tools
2929
# See https://github.com/DeLaGuardo/setup-clojure/commits/main/
30-
uses: DeLaGuardo/setup-clojure@ada62bb3282a01a296659d48378b812b8e097360 #v13.2
30+
uses: DeLaGuardo/setup-clojure@3fe9b3ae632c6758d0b7757b0838606ef4287b08 #v13.2
3131
with:
32-
cli: 1.12.0.1530
33-
bb: 1.12.197
34-
clj-kondo: 2025.02.20
35-
zprint: 1.2.9
32+
cli: 1.12.1.1550
33+
bb: 1.12.207
34+
clj-kondo: 2025.07.28
35+
zprint: 1.3.0
3636
- name: Lint
3737
run: bb lint -v
3838
- name: Setup zprint
@@ -51,7 +51,7 @@ jobs:
5151
run: git diff
5252
- name: Pushed code should already be formatted
5353
# See https://github.com/CatChen/check-git-status-action
54-
uses: CatChen/check-git-status-action@fb60fe626b56d5a4adcb227327ba4d24326a873a #v1.4.4
54+
uses: CatChen/check-git-status-action@7ff019ee29f2307dca95397ae225037aa88eb4c7
5555
with:
5656
fail-if-not-clean: true
5757
request-changes-if-not-clean: false

bb.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:deps {com.github.hephaistox/auto-build {:git/sha "12a7e7ba0d08e8d5fe45b59964abd6fe2a7e3899"}}
1+
{:deps {com.github.hephaistox/auto-build {:git/sha "a8c56c7198405eee422bb70ea47dc7f3c206ad11"}}
22
:paths []
33
:tasks
44
{:requires [[auto-build.os.exit-codes] [auto-build.os.exiting :refer [exit]]]
@@ -72,4 +72,4 @@
7272
:override-builtin true
7373
:requires [[auto-build.tasks.repl :as build-repl] [auto-build.echo :refer [level1-header]]]
7474
:task (-> (build-repl/repl level1-header "." (current-task) [:cljs-deps :test-clj] 7002)
75-
exit)}}}
75+
exit)}}}

deps.edn

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:extra-deps {com.cognitect/test-runner
66
{:git/url "https://github.com/cognitect-labs/test-runner"
77
:sha "3f288f1f16d167723ad87cc35b1dfee3c1681e10"}}}
8-
:cljs-deps {:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.21"}}
8+
:cljs-deps {:extra-deps {thheller/shadow-cljs {:mvn/version "3.1.8"}}
99
:extra-paths ["src/cljc" "test/cljc" "test/cljs" "test/resources"]}
1010
:codox {:exec-args
1111
{:description "`auto-core` is about core technical functionalities"
@@ -19,17 +19,17 @@
1919
:test-clj {:extra-paths ["test/clj" "test/cljc" "test/resources"]
2020
:main-opts
2121
["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "test/cljc"]}}
22-
:deps {babashka/fs {:mvn/version "0.5.24"}
23-
babashka/process {:mvn/version "0.5.22"}
22+
:deps {babashka/fs {:mvn/version "0.5.26"}
23+
babashka/process {:mvn/version "0.6.23"}
2424
com.taoensso/tempura {:mvn/version "1.5.4"}
2525
com.yetanalytics/colossal-squuid {:mvn/version "0.1.5"}
2626
danlentz/clj-uuid {:mvn/version "0.2.0"}
2727
http-kit/http-kit {:mvn/version "2.8.0"}
2828
lambdaisland/uri {:mvn/version "1.19.155"}
29-
metosin/malli {:mvn/version "0.17.0"}
30-
org.apache.logging.log4j/log4j-api {:mvn/version "2.24.3"}
31-
org.apache.logging.log4j/log4j-core {:mvn/version "2.24.3"}
32-
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.24.3"}
29+
metosin/malli {:mvn/version "0.19.1"}
30+
org.apache.logging.log4j/log4j-api {:mvn/version "2.25.1"}
31+
org.apache.logging.log4j/log4j-core {:mvn/version "2.25.1"}
32+
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.25.1"}
3333
org.clojure/tools.cli {:mvn/version "1.1.230"}
3434
org.clojure/tools.logging {:mvn/version "1.3.0"}}
3535
:paths ["src/cljc" "src/clj"]}

0 commit comments

Comments
 (0)