diff --git a/build.sbt b/build.sbt index e8dde0d..b4a8bea 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.9", + "com.github.zhongl" %% "akka-stream-netty-all" % "0.1.10", "com.github.scopt" %% "scopt" % "4.0.1", "com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version, "com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,