diff --git a/build.sbt b/build.sbt index 9070d28..2673584 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ scalacOptions += "-Xfatal-warnings" ThisBuild / organization := "com.horothesun" ThisBuild / organizationName := "horothesun" -ThisBuild / scalaVersion := "2.13.16" +ThisBuild / scalaVersion := "2.13.17" val projectName = "demo-api-gateway-lambda"