Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset authored Jun 1, 2022
1 parent 4ef381a commit c8ef832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}

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

:dependencies [[manifold/manifold "0.2.3"]
[org.clj-commons/byte-streams "0.3.0"]
[potemkin/potemkin "0.4.5"]]
Expand Down

0 comments on commit c8ef832

Please sign in to comment.