Skip to content

Commit

Permalink
Use correct credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Jan 8, 2025
1 parent bb1c80d commit 3e66df5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(defproject org.clj-commons/ring-gzip-middleware (or (System/getenv "PROJECT_VERSION") "0.15")
(defproject org.clj-commons/ring-gzip-middleware
(or (System/getenv "PROJECT_VERSION") "0.1.5")
:url "https://github.com/clj-commons/ring-gzip-middleware"
:description "Ring gzip encoding middleware"
:dependencies [[org.clojure/clojure "1.9.0"]]
Expand All @@ -11,7 +12,7 @@
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}}
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:password :env/clojars_org_clj_commons_password
:sign-releases true}]]
:aliases {"all" ["with-profile" "1.6:1.7:1.8:1.9:1.10:1.11:1.12"]}
:min-lein-version "2.0.0")

0 comments on commit 3e66df5

Please sign in to comment.