Skip to content

Commit

Permalink
Update grpc-core from 1.58.0 to 1.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Jan 11, 2024
1 parent bc12edc commit 2d71c91
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 @@ -72,7 +72,7 @@ object Dependencies {
val akkaTestKit: ModuleID = "com.typesafe.akka" %% "akka-testkit" % akkaV % "test"
val akkaHttpTestKit: ModuleID = "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % "test"

val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.58.0" excludeAll (excludeGuava, excludeGson, excludeFindbugsJsr)
val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.58.1" excludeAll (excludeGuava, excludeGson, excludeFindbugsJsr)

val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % scalaTestV % Test
val scalaTestScalaCheck = "org.scalatestplus" %% "scalacheck-1-17" % s"${scalaTestV}.0" % Test // https://github.com/scalatest/scalatestplus-scalacheck
Expand Down

0 comments on commit 2d71c91

Please sign in to comment.