Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Apr 14, 2021
1 parent 00278b4 commit da66104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 da66104

Please sign in to comment.