Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axvr committed Oct 22, 2024
1 parent 17b3c33 commit 9b0ce9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{:paths ["src" "resources"]
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
org.slf4j/slf4j-api {:mvn/version "2.0.12"}}
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.slf4j/slf4j-api {:mvn/version "2.0.16"}}
:aliases
{:dev {:extra-deps {org.slf4j/slf4j-simple {:mvn/version "2.0.12"}}}
{:dev {:extra-deps {org.slf4j/slf4j-simple {:mvn/version "2.0.16"}}}
;; clj -T:build ...
:build {:extra-paths ["build"]
:deps {io.github.clojure/tools.build
{:git/tag "v0.10.0", :git/sha "3a2c484"}
{:git/tag "v0.10.5", :git/sha "2a21b7a"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}
;; clj -M:lint
:lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}}
:main-opts ["-m" "clj-kondo.main" "--parallel" "--lint" "src"]}
;; clj -T:cljfmt fix
:cljfmt {:deps {io.github.weavejester/cljfmt {:git/tag "0.12.0", :git/sha "434408f"}}
:cljfmt {:deps {io.github.weavejester/cljfmt {:git/tag "0.13.0", :git/sha "f0230c3"}}
:ns-default cljfmt.tool}
;; clj -T:antq outdated
:antq {:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}
Expand Down

0 comments on commit 9b0ce9a

Please sign in to comment.