Skip to content

Commit

Permalink
Update version number to 2020-11
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gomes committed Dec 13, 2020
1 parent edc2612 commit d61f961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down Expand Up @@ -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"
PlayKeys.devSettings += "play.server.http.idleTimeout" -> "infinite"

0 comments on commit d61f961

Please sign in to comment.