Skip to content

Commit

Permalink
Merge branch 'master' into update/akka-stream-oauth2-dingtalk-0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Nov 10, 2021
2 parents 0ec6b15 + 3e038f2 commit 5c60733
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,13 +1,13 @@
lazy val akkaHttpVersion = "10.2.6"
lazy val akkaVersion = "2.6.16"
lazy val akkaHttpVersion = "10.2.7"
lazy val akkaVersion = "2.6.17"
lazy val oauth2Version = "0.1.17"

ThisBuild / dynverVTagPrefix := false

lazy val root = (project in file("."))
.settings(
organization := "fun.zhongl",
scalaVersion := "2.13.6",
scalaVersion := "2.13.7",
name := "passport",
scalafmtOnCompile := true,
scalacOptions += "-deprecation",
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.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,
Expand Down

0 comments on commit 5c60733

Please sign in to comment.