playframework / play-scala-anorm-example

Example Play Database Application using Anorm
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
41 stars 41 forks source link

Upgrade branch 2.7.x using TemplateControl #99

Closed octonato closed 5 years ago

octonato commented 5 years ago
Updated with template-control on 2019-01-10T23:13:52.177Z
  /LICENSE:
    wrote /LICENSE
  /NOTICE:
    wrote /NOTICE
  /.travis.yml:
    wrote /.travis.yml
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0-RC9")
  **build.gradle:
    def playVersion = "2.7.0-RC9"
  **build.gradle:
        playTest "org.scalatestplus.play:scalatestplus-play_\$scalaVersion:4.0.0-RC2"