Skip to content

Commit

Permalink
Bump clj-kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 12, 2024
1 parent cab6813 commit b05ff7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(defproject com.github.clj-kondo/lein-clj-kondo "2023.12.15"
(defproject com.github.clj-kondo/lein-clj-kondo "2024.02.12"
:description "Lein plugin to run clj-kondo"
:url "https://clj-kondo.github.io/clj-kondo"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in-leiningen true
:pedantic? :warn
:dependencies [[clj-kondo/clj-kondo "2023.12.15"]]
:dependencies [[clj-kondo/clj-kondo "2024.02.12"]]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
Expand Down

0 comments on commit b05ff7f

Please sign in to comment.