From 1c21be9d4eca8ce519afa510783210aa3dcc69e2 Mon Sep 17 00:00:00 2001 From: Max Thomas Date: Sun, 15 Sep 2013 02:41:25 -0400 Subject: [PATCH 1/2] Updated README.md with latest lein dependencies; corrected link to point to correct project --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf593b3..62f9242 100644 --- a/README.md +++ b/README.md @@ -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.7.2"]] + :plugins [[lein-protobuf "0.3.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.7.2"` and `"0.3.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.* From 85aa4214db3f24f2bed1e5e1e6f9c15e28f2afe9 Mon Sep 17 00:00:00 2001 From: max thomas Date: Tue, 17 Dec 2013 16:05:17 -0500 Subject: [PATCH 2/2] further update lein dependencies --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62f9242..588cd4e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ 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.2"]] - :plugins [[lein-protobuf "0.3.1"]] + :dependencies [[org.flatland/protobuf "0.8.1"]] + :plugins [[lein-protobuf "0.4.1"]] -Be sure to replace `"0.7.2"` and `"0.3.1"` with the latest versions listed at +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.*