Skip to content

Commit

Permalink
post-review: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hugebdu committed Nov 29, 2023
1 parent 8d8256c commit dd57060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Dependencies {
val grpcNetty = "io.grpc" % "grpc-netty" % versions.grpc
val grpcServices = "io.grpc" % "grpc-services" % versions.grpc
val grpcProtocGen = "io.grpc" % "protoc-gen-grpc-java" % versions.grpc
val grpcInprocess = "io.grpc" % "grpc-inprocess" % versions.grpc
val grpcInprocess = "io.grpc" % "grpc-inprocess" % versions.grpc

// testing
val scalaTest = Def.setting { "org.scalatest" %%% "scalatest" % versions.scalaTest }
Expand Down

0 comments on commit dd57060

Please sign in to comment.