mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Update pekko-grpc-runtime, ... to 1.1.1 (#5766)
* Update pekko-grpc-runtime, ... to 1.1.1 * deps: Bump pekkoV to 1.1.3 --------- Co-authored-by: Chris Stewart <stewart.chris1234@gmail.com>
This commit is contained in:
parent
e55e832932
commit
9aca249eb6
2 changed files with 4 additions and 3 deletions
|
@ -26,7 +26,8 @@ object Deps {
|
|||
val scalapb = "0.11.17"
|
||||
val akkav = "1.1.0"
|
||||
val playv = "3.0.4" // https://github.com/playframework/play-json/releases
|
||||
val akkaStreamv = "1.1.0-M1"
|
||||
val akkaStreamv = "1.1.3"
|
||||
val pekkoGrpcV = "1.1.1"
|
||||
val jUnixSocketV = "2.10.1"
|
||||
val scodecV = "1.2.1"
|
||||
val junitV = "0.13.3"
|
||||
|
@ -123,7 +124,7 @@ object Deps {
|
|||
"org.apache.pekko" %% "pekko-testkit" % V.akkaActorV withSources () withJavadoc ()
|
||||
|
||||
val pekkoGrpc =
|
||||
"org.apache.pekko" %% "pekko-grpc-runtime" % V.akkaStreamv withSources () withJavadoc ()
|
||||
"org.apache.pekko" %% "pekko-grpc-runtime" % V.pekkoGrpcV withSources () withJavadoc ()
|
||||
|
||||
// https://mvnrepository.com/artifact/org.apache.ant/ant/
|
||||
val ant = "org.apache.ant" % "ant" % V.antV
|
||||
|
|
|
@ -48,7 +48,7 @@ addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")
|
|||
|
||||
// gRPC
|
||||
//https://pekko.apache.org/docs/pekko-grpc/current/server/walkthrough.html#setting-up
|
||||
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0-M1")
|
||||
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
|
||||
|
||||
// Scala.js
|
||||
//https://www.scala-js.org/doc/project/
|
||||
|
|
Loading…
Add table
Reference in a new issue