diff --git a/project/plugins.sbt b/project/plugins.sbt index 31390e6..d09fff1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.18" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19" addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")