diff --git a/core/project/plugins.sbt b/core/project/plugins.sbt index 44ac71836..648a1ad41 100644 --- a/core/project/plugins.sbt +++ b/core/project/plugins.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= Seq( addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.0.0") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" addSbtPlugin("com.lucidchart" % "sbt-cross" % "4.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")