We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c868268 commit 25e3b36Copy full SHA for 25e3b36
project.clj
@@ -2,12 +2,16 @@
2
:description "Clojure Style Sheets"
3
4
:repositories [
5
- ["releases" {:url "https://clojars.org"
6
- :sign-releases false
7
- :username :env/clojars_username
8
- :password :env/clojars_password}]
+ ["clojars" {:url "https://clojars.org"
+ :sign-releases false
+ :username :env/clojars_username
+ :password :env/clojars_password
9
+ }]
10
["snapshots" {:url "https://clojars.org"
- :sign-releases false}]
11
12
13
14
15
]
16
17
:url "https://github.com/verypossible/cljss"
0 commit comments