Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move reloaded.repl dependency to dev dependencies #1

Open
BrunoBonacci opened this issue Jun 7, 2016 · 0 comments
Open

move reloaded.repl dependency to dev dependencies #1

BrunoBonacci opened this issue Jun 7, 2016 · 0 comments

Comments

@BrunoBonacci
Copy link
Member

the project.clj contains a dependency which shouldn't be there and should be move to dev dependency.

  :dependencies [[org.clojure/clojure "1.7.0"]
                 [cheshire "5.5.0"]
                 [aleph "0.4.0"]
                 [gloss "0.2.5"]
                 [com.taoensso/timbre "3.4.0"]
                 [prismatic/schema "0.4.0"]
                 [org.clojure/math.numeric-tower "0.0.4"]
                 [com.stuartsierra/component "0.3.0"]
                 [reloaded.repl "0.2.1"]]

  :profiles {:dev {:dependencies [[midje "1.6.3"]
                                  [clojurewerkz/machine_head "1.0.0-beta9"]
                                  [clj-mqtt "0.4.1-alpha"]]}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant