Skip to content

Commit 013f02a

Browse files
committed
Merge branch 'release/2020-11'
2 parents 6810430 + d61f961 commit 013f02a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := """SysML-v2-API-Services"""
22
organization := "org.omg"
33

4-
version := "2020-11-rc3"
4+
version := "2020-11"
55

66
javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")
77

@@ -36,4 +36,4 @@ publishArtifact in(Compile, packageDoc) := false
3636

3737
// https://github.com/playframework/playframework/issues/8286#issuecomment-488733669
3838
// hopefully fixed in Play 2.8
39-
PlayKeys.devSettings += "play.server.http.idleTimeout" -> "infinite"
39+
PlayKeys.devSettings += "play.server.http.idleTimeout" -> "infinite"

0 commit comments

Comments
 (0)