Skip to content

Commit

Permalink
Update akka-stream-oauth2-dingtalk, ... to 0.1.17 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Nov 10, 2021
1 parent 3e038f2 commit d78288b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val akkaHttpVersion = "10.2.6"
lazy val akkaHttpVersion = "10.2.7"
lazy val akkaVersion = "2.6.17"
lazy val oauth2Version = "0.1.16"
lazy val oauth2Version = "0.1.17"

ThisBuild / dynverVTagPrefix := false

Expand All @@ -21,14 +21,14 @@ lazy val root = (project in file("."))
dockerUsername := Some("zhongl"),
dockerUpdateLatest := true,
libraryDependencies ++= Seq(
"com.github.zhongl" %% "akka-stream-netty-all" % "0.1.12",
"com.github.zhongl" %% "akka-stream-netty-all" % "0.1.13",
"com.github.scopt" %% "scopt" % "4.0.1",
"com.github.zhongl" %% "akka-stream-oauth2-dingtalk" % oauth2Version,
"com.github.zhongl" %% "akka-stream-oauth2-wechat" % oauth2Version,
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test
)
)
Expand Down

0 comments on commit d78288b

Please sign in to comment.