Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Apr 22, 2024
1 parent be0003b commit e2570a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: DeLaGuardo/setup-clojure@master
with:
cli: 1.11.1.1237
bb: 1.3.189
bb: 1.3.190

- name: Run clj-kondo lint
run: clojure -M:clj-kondo --lint src
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:aliases
{:clj-kondo
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2024.03.05"}}
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2024.03.13"}}
:main-opts ["-m" "clj-kondo.main"]}
:outdated
{:replace-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
Expand Down

0 comments on commit e2570a0

Please sign in to comment.