Skip to content

Commit 3e66df5

Browse files
committed
Use correct credentials
1 parent bb1c80d commit 3e66df5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

project.clj

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
(defproject org.clj-commons/ring-gzip-middleware (or (System/getenv "PROJECT_VERSION") "0.15")
1+
(defproject org.clj-commons/ring-gzip-middleware
2+
(or (System/getenv "PROJECT_VERSION") "0.1.5")
23
:url "https://github.com/clj-commons/ring-gzip-middleware"
34
:description "Ring gzip encoding middleware"
45
:dependencies [[org.clojure/clojure "1.9.0"]]
@@ -11,7 +12,7 @@
1112
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}}
1213
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
1314
:username :env/clojars_username
14-
:password :env/clojars_password
15+
:password :env/clojars_org_clj_commons_password
1516
:sign-releases true}]]
1617
:aliases {"all" ["with-profile" "1.6:1.7:1.8:1.9:1.10:1.11:1.12"]}
1718
:min-lein-version "2.0.0")

0 commit comments

Comments
 (0)