diff --git a/build.sbt b/build.sbt index de1cec8..5331f7d 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayScala) -scalaVersion := "3.3.6" +scalaVersion := "3.3.7" routesGenerator := InjectedRoutesGenerator