From c9c322bd3f61056a69cd5b5d0c850c9657a85b9c Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Wed, 14 Apr 2021 22:52:24 +0800 Subject: [PATCH] Update akka-stream-oauth2-dingtalk, ... to 0.1.12 (#35) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1c95746..7ae2d8e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ lazy val akkaHttpVersion = "10.2.4" lazy val akkaVersion = "2.6.14" -lazy val oauth2Version = "0.1.11" +lazy val oauth2Version = "0.1.12" ThisBuild / dynverVTagPrefix := false @@ -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.7", + "com.github.zhongl" %% "akka-stream-netty-all" % "0.1.8", "com.github.scopt" %% "scopt" % "4.0.1", "com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version, "com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,