Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ lazy val pekkoGrpcExamples: ProjectMatrix = (projectMatrix in file("grpc/pekko-e
.settings(
name := "tapir-pekko-grpc-examples",
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-discovery" % "1.2.0",
"org.apache.pekko" %% "pekko-discovery" % "1.2.1",
slf4j
),
fork := true
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Versions {
val akkaHttp = "10.2.10"
val akkaStreams = "2.6.20"
val pekkoHttp = "1.2.0"
val pekkoStreams = "1.2.0"
val pekkoStreams = "1.2.1"
val swaggerUi = "5.28.0"
val upickle = "3.3.1"
val playJson = "3.0.1"
Expand Down
Loading