diff --git a/build.sbt b/build.sbt index 3c34d3e..36b2c04 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / dynverVTagPrefix := false lazy val root = (project in file(".")) .settings( organization := "fun.zhongl", - scalaVersion := "2.13.12", + scalaVersion := "2.13.16", name := "passport", scalafmtOnCompile := true, scalacOptions += "-deprecation",