Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 5, 2024
1 parent 30571da commit 521ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in-leiningen true
:pedantic? :warn
:dependencies [[clj-kondo/clj-kondo "2024.03.15"]]
:dependencies [[clj-kondo/clj-kondo "2024.03.05"]]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
Expand Down

0 comments on commit 521ffad

Please sign in to comment.