build.sbt 85 B

1234567
  1. import play.Project._
  2. name := "websocket-chat"
  3. version := "1.0"
  4. playScalaSettings