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 45 forks source link

Upgrade branch 2.7.x using TemplateControl #91

Closed octonato closed 5 years ago

octonato commented 5 years ago
Updated with template-control on 2018-11-14T20:16:22.518Z
  **build.sbt:
    libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "4.0.0-RC1" % Test
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.0-RC1")
  **build.gradle:
    def playVersion = "2.7.0-RC1"
  **build.gradle:
        playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:4.0.0-RC1"