From 8565fbd57b6529f85c160853a105325a0f40b184 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Sun, 3 Dec 2023 20:53:56 +0800 Subject: [PATCH] Update akka-stream-netty-all to 0.1.17 (#158) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 394c5d2..bb6b8d3 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,