Skip to content

Commit

Permalink
Merge pull request #960 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Dec 2, 2024
2 parents ae03e1c + a8921ea commit 3eb0766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Dependencies {
val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)

val backendServerTestDependencies = Seq(
"org.playframework" %% "play-netty-server" % "3.0.5",
"org.playframework" %% "play-netty-server" % "3.0.6",
// Following dependencies are pulled in by play-netty-server, we just make sure
// now that we use the same pekko version here like pekko-stream above.
// This is because when upgrading the pekko version in Play and play-ws here we usually release
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 3eb0766

Please sign in to comment.