We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687b0e6 commit 90897e9Copy full SHA for 90897e9
project/plugins.sbt
@@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
20
21
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8")
22
23
-libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.18"
+libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.19"
24
25
if (sys.env.isDefinedAt("GITHUB_ACTION")) {
26
Def.settings(
0 commit comments