Skip to content

Commit

Permalink
Update scopt to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jul 3, 2022
1 parent 7a2dc2d commit 51ae12d
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 @@ -22,7 +22,7 @@ lazy val root = (project in file("."))
dockerUpdateLatest := true,
libraryDependencies ++= Seq(
"com.github.zhongl" %% "akka-stream-netty-all" % "0.1.14",
"com.github.scopt" %% "scopt" % "4.0.1",
"com.github.scopt" %% "scopt" % "4.1.0",
"com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version,
"com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
Expand Down

0 comments on commit 51ae12d

Please sign in to comment.