From b90c96f9d78552cae68898ea730e35eb2756d4c6 Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Sat, 20 Jan 2024 16:28:37 -0800 Subject: [PATCH] Update sbt-protoc in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ```