Skip to content

Commit

Permalink
Update pekko-http to 1.1.0 (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
ptrdom-scala-steward[bot] authored Oct 3, 2024
1 parent 5de07b0 commit d20aa1e
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 @@ -120,6 +120,6 @@ lazy val `scala-steward-hooks` = project
"org.seleniumhq.selenium" % "selenium-java" % "4.25.0",
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.1",
"org.apache.pekko" %% "pekko-stream" % "1.1.1",
"org.apache.pekko" %% "pekko-http" % "1.0.1"
"org.apache.pekko" %% "pekko-http" % "1.1.0"
)
)
2 changes: 1 addition & 1 deletion sbt-web-scalajs-esbuild/examples/basic-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val server = project
Seq(
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.1",
"org.apache.pekko" %% "pekko-stream" % "1.1.1",
"org.apache.pekko" %% "pekko-http" % "1.0.1"
"org.apache.pekko" %% "pekko-http" % "1.1.0"
)
}
)

0 comments on commit d20aa1e

Please sign in to comment.