From a0a6cd8ce9ec4d59ff999daae81bd909299edbc1 Mon Sep 17 00:00:00 2001 From: "scala-steward-hanabix[bot]" <181036706+scala-steward-hanabix[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 02:07:32 +0000 Subject: [PATCH] Update akka-stream-netty-all to 0.1.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3c34d3e..ce28db8 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val root = (project in file(".")) dockerUsername := Some("zhongl"), dockerUpdateLatest := true, libraryDependencies ++= Seq( - "com.github.zhongl" %% "akka-stream-netty-all" % "0.1.17", + "com.github.zhongl" %% "akka-stream-netty-all" % "0.1.18", "com.github.scopt" %% "scopt" % "4.1.0", "com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version, "com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,