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.6.x using TemplateControl #84

Closed richdougherty closed 6 years ago

richdougherty commented 6 years ago
Updated with template-control on 2018-05-27T23:54:09.813Z
  **build.sbt:
    scalaVersion := "2.12.6"
  **build.sbt:
    libraryDependencies += "com.h2database" % "h2" % "1.4.197"
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.15")
  **build.gradle:
    def playVersion = "2.6.15"
  **build.gradle:
        play "com.h2database:h2:1.4.197"