Skip to content

Commit

Permalink
debug clj-kondo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bcachet committed Nov 7, 2023
1 parent 1f2b006 commit f3c9800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
org.clojure/tools.deps.alpha {:mvn/version "0.14.1178"}
babashka/fs {:mvn/version "0.1.6"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.767-alpha"}}
:jvm

:aliases
{:project {:deps {io.github.exoscale/tools.project {:local/root "."}}
:ns-default exoscale.tools.project}}
:ns-default exoscale.tools.project
:jvm-opts ["-Dclojure.main.report=stderr"]}}

:slipset.deps-deploy/exec-args
{:installer :remote :sign-releases? false :repository "clojars"}
Expand Down

0 comments on commit f3c9800

Please # to comment.