playframework / play-java-rest-api-example

REST API using Play in Java
https://developer.lightbend.com/start/?group=play
Creative Commons Zero v1.0 Universal
45 stars 45 forks source link

Upgrade branch 2.6.x using TemplateControl #73

Closed octonato closed 5 years ago

octonato commented 5 years ago
Updated with template-control on 2019-01-08T14:38:30.238Z
  **build.sbt:
    scalaVersion := "2.12.8"
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.21")
  **build.gradle:
    def playVersion = "2.6.21"
  **build.gradle:
        playTest "io.gatling.highcharts:gatling-charts-highcharts:\$gatlingVersion"
  **build.gradle:
        playTest "io.gatling:gatling-test-framework:\$gatlingVersion"