playframework / play-scala-websocket-example

Example Play Scala application showing WebSocket use with Akka actors
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
195 stars 69 forks source link

Upgrade branch 2.6.x using TemplateControl #102

Closed marcospereira closed 6 years ago

marcospereira commented 6 years ago
Updated with template-control on 2018-03-02T18:56:28.231Z
  **/build.properties:
    sbt.version=1.1.1
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")
  **build.gradle:
    def playVersion = "2.6.12"