From e573c36c4bd0a22cbd9cec5e370a4996256f840f Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Sun, 30 Oct 2022 00:57:43 +0000 Subject: [PATCH] Update akka-stream-netty-all to 0.1.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2184103..9c2e215 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.15", + "com.github.zhongl" %% "akka-stream-netty-all" % "0.1.16", "com.github.scopt" %% "scopt" % "4.1.0", "com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version, "com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,