Skip to content

Commit

Permalink
Try another way to fix clojars snapshot deploys
Browse files Browse the repository at this point in the history
Workaround described here: technomancy/leiningen#2307 (comment)

Maybe the real answer is to finally migrate off leiningen and use
shadow/deps.edn...
  • Loading branch information
dhleong committed Mar 20, 2021
1 parent daf9955 commit 877e818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.520"]
[garden "1.3.9"]]
[garden "1.3.10"]]

:plugins [[lein-figwheel "0.5.19"]
[lein-cljsbuild "1.1.7" :exclusions [[org.clojure/clojure]]]]
Expand All @@ -18,9 +18,9 @@
:source-paths ["src"]
:test-paths ["test"]

:repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password}]]
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password}]]

:jar-exclusions [#"(?:^|\/)public\/"]

Expand Down

0 comments on commit 877e818

Please sign in to comment.