Skip to content

Commit

Permalink
Upgrade scala and core deps. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Feb 21, 2022
1 parent a9da091 commit 1785d0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
lazy val akkaHttpVersion = "10.2.7"
lazy val akkaVersion = "2.6.17"
lazy val oauth2Version = "0.1.17"
lazy val akkaHttpVersion = "10.2.8"
lazy val akkaVersion = "2.6.18"
lazy val oauth2Version = "0.1.18"

ThisBuild / dynverVTagPrefix := false

lazy val root = (project in file("."))
.settings(
organization := "fun.zhongl",
scalaVersion := "2.13.7",
scalaVersion := "2.13.8",
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.13",
"com.github.zhongl" %% "akka-stream-netty-all" % "0.1.14",
"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 1785d0f

Please sign in to comment.