Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/commit_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
check-latest: true
- name: Install clojure tools
# See https://github.com/DeLaGuardo/setup-clojure/commits/main/
uses: DeLaGuardo/setup-clojure@ada62bb3282a01a296659d48378b812b8e097360 #v13.2
uses: DeLaGuardo/setup-clojure@3fe9b3ae632c6758d0b7757b0838606ef4287b08 #v13.2
with:
cli: 1.12.0.1530
bb: 1.12.197
clj-kondo: 2025.02.20
zprint: 1.2.9
cli: 1.12.1.1550
bb: 1.12.207
clj-kondo: 2025.07.28
zprint: 1.3.0
- name: Lint
run: bb lint -v
- name: Setup zprint
Expand All @@ -51,7 +51,7 @@ jobs:
run: git diff
- name: Pushed code should already be formatted
# See https://github.com/CatChen/check-git-status-action
uses: CatChen/check-git-status-action@fb60fe626b56d5a4adcb227327ba4d24326a873a #v1.4.4
uses: CatChen/check-git-status-action@7ff019ee29f2307dca95397ae225037aa88eb4c7
with:
fail-if-not-clean: true
request-changes-if-not-clean: false
Expand Down
6 changes: 3 additions & 3 deletions bb.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:deps {com.github.hephaistox/auto-build {:git/sha "6e9a158ebf50ed9d0291f05c767b056c24508ca5"}}
:paths ["src"]
{:deps {com.github.hephaistox/auto-build {:git/sha "58d0992fdf43313238153f369f1a6d8f27e26189"}}
:paths []
:tasks
{:requires [[auto-build.os.exit-codes] [auto-build.os.exiting :refer [exit]]]
bp {:doc "Before push"
Expand Down Expand Up @@ -72,4 +72,4 @@
:override-builtin true
:requires [[auto-build.tasks.repl :as build-repl] [auto-build.echo :refer [level1-header]]]
:task (-> (build-repl/repl level1-header "." (current-task) [:cljs-deps :test-clj] 7002)
exit)}}}
exit)}}}
14 changes: 7 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "3f288f1f16d167723ad87cc35b1dfee3c1681e10"}}}
:cljs-deps {:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.21"}}
:cljs-deps {:extra-deps {thheller/shadow-cljs {:mvn/version "3.1.8"}}
:extra-paths ["src/cljc" "test/cljc" "test/cljs" "test/resources"]}
:codox {:exec-args
{:description "`auto-core` is about core technical functionalities"
Expand All @@ -19,17 +19,17 @@
:test-clj {:extra-paths ["test/clj" "test/cljc" "test/resources"]
:main-opts
["-m" "cognitect.test-runner" "-r" ".*-test.*" "-d" "test/clj" "test/cljc"]}}
:deps {babashka/fs {:mvn/version "0.5.24"}
babashka/process {:mvn/version "0.5.22"}
:deps {babashka/fs {:mvn/version "0.5.26"}
babashka/process {:mvn/version "0.6.23"}
com.taoensso/tempura {:mvn/version "1.5.4"}
com.yetanalytics/colossal-squuid {:mvn/version "0.1.5"}
danlentz/clj-uuid {:mvn/version "0.2.0"}
http-kit/http-kit {:mvn/version "2.8.0"}
lambdaisland/uri {:mvn/version "1.19.155"}
metosin/malli {:mvn/version "0.17.0"}
org.apache.logging.log4j/log4j-api {:mvn/version "2.24.3"}
org.apache.logging.log4j/log4j-core {:mvn/version "2.24.3"}
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.24.3"}
metosin/malli {:mvn/version "0.19.1"}
org.apache.logging.log4j/log4j-api {:mvn/version "2.25.1"}
org.apache.logging.log4j/log4j-core {:mvn/version "2.25.1"}
org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.25.1"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/tools.logging {:mvn/version "1.3.0"}}
:paths ["src/cljc" "src/clj"]}
Loading
Loading