Skip to content

Commit 9e2ae1d

Browse files
authored
Update netty-all to 4.1.99.Final (#3234)
## About this PR 📦 Updates io.netty:netty-all from `4.1.97.Final` to `4.1.99.Final` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.netty", artifactId = "netty-all" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-all" } }] ``` </details> <sup> labels: library-update </sup>
1 parent f8fbc93 commit 9e2ae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ lazy val netty =
730730
name := "airframe-http-netty",
731731
description := "Airframe HTTP Netty backend",
732732
libraryDependencies ++= Seq(
733-
"io.netty" % "netty-all" % "4.1.97.Final"
733+
"io.netty" % "netty-all" % "4.1.99.Final"
734734
)
735735
)
736736
.dependsOn(http.jvm, rx.jvm)

0 commit comments

Comments
 (0)