Skip to content

Commit 4843a5e

Browse files
committed
add missing MODULE setup
1 parent da003dc commit 4843a5e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

{{ .ProjectSnake }}/MODULE.bazel

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ scala_deps = use_extension(
252252
"scala_deps",
253253
)
254254
scala_deps.scala()
255+
256+
{{- if .Scaffold.proto -}}
257+
scala_deps.scala_proto(
258+
default_gen_opts = [
259+
"grpc",
260+
"flat_package",
261+
"scala3_sources",
262+
],
263+
)
264+
{{- end }}
255265
{{- end }}
256266

257267
{{- if .Scaffold.oci }}

0 commit comments

Comments
 (0)