Skip to content

Commit

Permalink
Update pekko-discovery, pekko-slf4j, ... to 1.1.2 (#4092)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Oct 9, 2024
1 parent ab03203 commit 5f13313
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 @@ -996,7 +996,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.1.1",
"org.apache.pekko" %% "pekko-discovery" % "1.1.2",
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 @@ -15,7 +15,7 @@ object Versions {
val akkaHttp = "10.2.10"
val akkaStreams = "2.6.20"
val pekkoHttp = "1.1.0"
val pekkoStreams = "1.1.1"
val pekkoStreams = "1.1.2"
val swaggerUi = "5.17.14"
val upickle = "3.3.1"
val playJson = "3.0.1"
Expand Down

0 comments on commit 5f13313

Please sign in to comment.