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 #44

Closed marcospereira closed 6 years ago

marcospereira commented 6 years ago
Updated with template-control on 2018-01-11T21:32:27.253Z
  **build.sbt:
    scalaVersion := "2.12.4"
  **build.sbt:
    libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.3.0" % Test
  **build.sbt:
    libraryDependencies += "io.gatling" % "gatling-test-framework" % "2.3.0" % Test
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")
  **build.gradle:
    def playVersion = "2.6.11"