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

Updated README.md with latest lein dependencies; corrected link to point... #50

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ You'll probably want to use [Leiningen](https://github.com/technomancy/leiningen
[lein-protobuf](https://github.com/flatland/lein-protobuf) plugin for compiling `.proto` files. Add
the following to your `project.clj` file:

:dependencies [[org.flatland/protobuf "0.7.1"]]
:plugins [[lein-protobuf "0.1.1"]]
:dependencies [[org.flatland/protobuf "0.8.1"]]
:plugins [[lein-protobuf "0.4.1"]]

Be sure to replace `"0.6.0"` and `"0.1.1"` with the latest versions listed at
http://clojars.org/protobuf and http://clojars.org/lein-protobuf.
Be sure to replace `"0.8.1"` and `"0.4.1"` with the latest versions listed at
https://clojars.org/org.flatland/protobuf and https://clojars.org/lein-protobuf.

*Note: lein-protobuf requires at least version 2.0 of Leiningen.*

Expand Down