Skip to content

Commit

Permalink
Update pekko-discovery, pekko-slf4j, ... to 1.0.2 (#3363)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <scala-steward>
  • Loading branch information
softwaremill-ci authored Dec 4, 2023
1 parent ab7d489 commit efcbf9b
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 @@ -1039,7 +1039,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.0.1"
"org.apache.pekko" %% "pekko-discovery" % "1.0.2"
),
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 @@ -15,7 +15,7 @@ object Versions {
val akkaHttp = "10.2.10"
val akkaStreams = "2.6.20"
val pekkoHttp = "1.0.0"
val pekkoStreams = "1.0.1"
val pekkoStreams = "1.0.2"
val swaggerUi = "5.10.3"
val upickle = "3.1.3"
val playJson = "3.0.1"
Expand Down

0 comments on commit efcbf9b

Please sign in to comment.