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 a0ec3a2 commit 50c7d7aCopy full SHA for 50c7d7a
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.17"
+libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.18"
24
25
if (sys.env.isDefinedAt("GITHUB_ACTION")) {
26
Def.settings(
0 commit comments