From 4b26f3dda16133ee89a835dbbc933947f80c6672 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Sun, 3 Dec 2023 00:46:23 +0000 Subject: [PATCH] Update akka-stream-netty-all to 0.1.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a86af56..895ae72 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.16", + "com.github.zhongl" %% "akka-stream-netty-all" % "0.1.17", "com.github.scopt" %% "scopt" % "4.1.0", "com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version, "com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,