Skip to content

Commit

Permalink
Update lein-kibit project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed May 13, 2024
1 parent c72605f commit 18f0227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lein-kibit/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/tools.namespace "1.5.0"]
[jonase/kibit ~(clojure.string/trim-newline (slurp "../resources/jonase/kibit/VERSION"))]]
:deploy-repositories [["releases" :clojars]
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:sign-releases false}]
["snapshots" :clojars]]
:eval-in-leiningen true)

0 comments on commit 18f0227

Please sign in to comment.