playframework / play-scala-chatroom-example

Play chatroom with Scala API
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
44 stars 22 forks source link

Upgrade branch 2.7.x using TemplateControl #66

Closed marcospereira closed 5 years ago

marcospereira commented 5 years ago
Updated with template-control on 2019-01-04T21:47:48.232Z
  /.travis.yml:
    wrote /.travis.yml
  **build.sbt:
    scalaVersion := "2.12.8"
  **build.sbt:
    libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "4.0.0-RC1" % Test
  **/build.properties:
    sbt.version=1.2.8
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0-RC3")
  **build.gradle:
    def playVersion = "2.7.0-RC3"
  **build.gradle:
        playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:4.0.0-RC1"