Skip to content

Commit

Permalink
Rolled back to the original value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Nakamura committed Feb 8, 2015
1 parent ea8807a commit e0294ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
:plugins [[lein-expectations "0.0.8"]
[lein-ancient "0.6.1"]]
:aliases {"test" ["expectations"]}
:repositories [["lein-zinc-clojars" {:url "https://clojars.org/repo"
:repositories [["k2n-clojars" {:url "https://clojars.org/repo"
:username [:env/clojars_username :gpg]
:password [:env/clojars_password :gpg]}]]
:deploy-repositories [["releases" :lein-zinc-clojars]
["snapshots" :lein-zinc-clojars]]
:deploy-repositories [["releases" :k2n-clojars]
["snapshots" :k2n-clojars]]
:signing {:gpg-key "868C4511"}
:profiles {:dev {:global-vars {*warn-on-reflection* true}
:dependencies [[expectations "2.0.13"]]}})
Expand Down

0 comments on commit e0294ac

Please sign in to comment.