Skip to content

Commit

Permalink
Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Oct 29, 2024
1 parent 6a2251b commit 82e3e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/helloworld/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
val grpcVersion = "1.64.0"

Compile / PB.targets := Seq(
scalapb.gen(grpc = true) -> (Compile / sourceManaged).value,
scalapb.gen(grpc = true) -> (Compile / sourceManaged).value,
scalapb.zio_grpc.ZioCodeGenerator -> (Compile / sourceManaged).value
)

libraryDependencies ++= Seq(
"io.grpc" % "grpc-netty" % grpcVersion,
"io.grpc" % "grpc-netty" % grpcVersion,
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
)

Expand Down

0 comments on commit 82e3e1b

Please sign in to comment.