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,