Skip to content

Commit

Permalink
Update akka-stream-oauth2-dingtalk, ... to 0.1.12 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Apr 14, 2021
1 parent d9c4009 commit c9c322b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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,
Expand Down

0 comments on commit c9c322b

Please sign in to comment.