diff --git a/README.md b/README.md index 6e60436a..213e1219 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation **Step 1: create `project/protoc.sbt` with:** ```scala -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.10" ```