Skip to content

Commit

Permalink
Update pekko-actor-typed, pekko-stream to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom-scala-steward[bot] committed Jan 14, 2025
1 parent e75781c commit adac7d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ lazy val `scala-steward-hooks` = project
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19",
"org.scalatestplus" %% "selenium-4-9" % "3.2.16.0",
"org.seleniumhq.selenium" % "selenium-java" % "4.27.0",
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.3",
"org.apache.pekko" %% "pekko-stream" % "1.1.3",
"org.apache.pekko" %% "pekko-http" % "1.1.0"
)
)
4 changes: 2 additions & 2 deletions sbt-web-scalajs-esbuild/examples/basic-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ lazy val server = project
Runtime / managedClasspath += (Assets / packageBin).value,
libraryDependencies ++= {
Seq(
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.2",
"org.apache.pekko" %% "pekko-stream" % "1.1.2",
"org.apache.pekko" %% "pekko-actor-typed" % "1.1.3",
"org.apache.pekko" %% "pekko-stream" % "1.1.3",
"org.apache.pekko" %% "pekko-http" % "1.1.0"
)
}
Expand Down

0 comments on commit adac7d5

Please sign in to comment.