Skip to content

Commit

Permalink
Update pekko-grpc-runtime, ... to 1.0.2 (#3446)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <scala-steward>
  • Loading branch information
softwaremill-ci authored Jan 23, 2024
1 parent 334f8a6 commit 586ca02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ lazy val pekkoGrpcServer: ProjectMatrix = (projectMatrix in file("server/pekko-g
.settings(
name := "tapir-pekko-grpc-server",
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-grpc-runtime" % "1.0.1"
"org.apache.pekko" %% "pekko-grpc-runtime" % "1.0.2"
)
)
.jvmPlatform(scalaVersions = scala2And3Versions)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addSbtPlugin("io.gatling" % "gatling-sbt" % "4.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.1")
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2")
// needed to override the Android flavor of Guava coming from pekko-grpc-sbt-plugin, which causes failures in Scala.JS builds
dependencyOverrides += "com.google.guava" % "guava" % "32.1.2-jre"

Expand Down

0 comments on commit 586ca02

Please sign in to comment.