playframework / play-java-websocket-example

Example Play Java application showing Websocket usage with Akka actors
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
88 stars 53 forks source link

Upgrade branch 2.6.x using TemplateControl #60

Closed gmethvin closed 7 years ago

gmethvin commented 7 years ago
Updated with template-control on 2017-10-05T22:24:00.157Z
  **/build.properties:
    sbt.version=1.0.2
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.6")
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.1")
marcospereira commented 7 years ago

Depends on https://github.com/sbt/sbt-coffeescript/issues/20.