Skip to content

Commit

Permalink
2023.07.13
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 13, 2023
1 parent 50ff09e commit 500586e
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 "0.2.5"
(defproject com.github.clj-kondo/lein-clj-kondo "2023.07.13"
: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.05.26"]]
:dependencies [[clj-kondo/clj-kondo "2023.07.13"]]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
Expand Down

0 comments on commit 500586e

Please sign in to comment.