diff --git a/build.sbt b/build.sbt index 04bef5b..20da8e2 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ version := "1.0-SNAPSHOT" enablePlugins(PlayScala) -scalaVersion := "3.3.3" +scalaVersion := "3.3.4" scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked") libraryDependencies ++= Seq( diff --git a/project/build.properties b/project/build.properties index ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2