Update akka-grpc-runtime_2.12, ... to 2.0.0 (#3143)

This commit is contained in:
Scala Steward 2021-06-08 17:49:07 +02:00 committed by GitHub
parent c9798d6842
commit 0f9024b7ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.0")
// gRPC
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "1.1.1")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.0.0")
// Scala.js
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")