Skip to content

Commit

Permalink
Set proper protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Aug 2, 2022
1 parent 06c6276 commit 6296beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ lazy val scopedProtobufSettings = Def.settings(
)

lazy val protobufSettings = Def.settings(
PB.protocVersion := protobufVersion,
libraryDependencies ++= Seq(
"io.grpc" % "protoc-gen-grpc-java" % grpcVersion asProtocPlugin (),
"com.google.protobuf" % "protobuf-java" % protobufVersion % "protobuf"
Expand Down

0 comments on commit 6296beb

Please sign in to comment.