Skip to content

Commit

Permalink
2023.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 14, 2024
1 parent 0ff74c9 commit cab6813
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.10.20"
(defproject com.github.clj-kondo/lein-clj-kondo "2023.12.15"
: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.10.20"]]
:dependencies [[clj-kondo/clj-kondo "2023.12.15"]]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
Expand Down

0 comments on commit cab6813

Please sign in to comment.