diff --git a/project/plugins.sbt b/project/plugins.sbt index d6ad9535..5425ffcb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") -libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" +libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.14" addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")