diff --git a/build.sbt b/build.sbt index 9d28fd5e..0ce3b066 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := """SysML-v2-API-Services""" organization := "org.omg" -version := "2020-11-rc3" +version := "2020-11" javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint") @@ -36,4 +36,4 @@ publishArtifact in(Compile, packageDoc) := false // https://github.com/playframework/playframework/issues/8286#issuecomment-488733669 // hopefully fixed in Play 2.8 -PlayKeys.devSettings += "play.server.http.idleTimeout" -> "infinite" \ No newline at end of file +PlayKeys.devSettings += "play.server.http.idleTimeout" -> "infinite"