diff --git a/project/plugins.sbt b/project/plugins.sbt index b1fa1582..5ae23535 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19" fullResolvers ~= {_.filterNot(_.name == "jcenter")} diff --git a/src/setup.md b/src/setup.md index 08fa1824..74964ea7 100644 --- a/src/setup.md +++ b/src/setup.md @@ -15,7 +15,7 @@ import sbtprotoc.ProtocPlugin.autoImport._ ```scala mdoc:silent addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.8" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19" ``` 次に`build.sbt`への設定の説明をします。