diff --git a/build.sbt b/build.sbt index 08fd942..b258546 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import java.time.format.DateTimeFormatter lintUnusedKeysOnLoad in Global := false -scalaVersion := "2.13.8" +scalaVersion := "2.13.10" scalafmtOnCompile := true lazy val It = config("it") extend Test