Skip to content

Commit

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

0 comments on commit 0ff74c9

Please sign in to comment.