From d61f9614512b447cf26c4c56775093c194cdcad7 Mon Sep 17 00:00:00 2001 From: ivan-gomes Date: Sat, 12 Dec 2020 16:26:52 -0800 Subject: [PATCH] Update version number to 2020-11 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"