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 e098247 commit 884f19eCopy full SHA for 884f19e
plugin/src/sbt-test/fs2-grpc-sbt/default/build.sbt
@@ -4,4 +4,4 @@ lazy val root = project
4
.settings(
5
scalaVersion := "3.7.3",
6
scalapbCodeGeneratorOptions += CodeGeneratorOption.Scala3Sources
7
- )
+ )
plugin/src/sbt-test/fs2-grpc-sbt/service-suffix-plugin-key/build.sbt
@@ -4,5 +4,5 @@ lazy val root = project
scalapbCodeGeneratorOptions += CodeGeneratorOption.Scala3Sources,
- scalapbCodeGeneratorOptions += CodeGeneratorOption.Fs2GrpcServiceSuffix("SomeSuffix"),
8
+ scalapbCodeGeneratorOptions += CodeGeneratorOption.Fs2GrpcServiceSuffix("SomeSuffix")
0 commit comments