Skip to content

Commit

Permalink
Upgrade branch 2.6.x using TemplateControl (playframework#55)
Browse files Browse the repository at this point in the history
* Updated with template-control on 2018-09-11T20:14:50.250Z
  **build.sbt:
    scalaVersion := "2.12.6"
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.19")
  **build.gradle:
    def playVersion = "2.6.19"

* Reverse wrong scala replacement
  • Loading branch information
marcospereira authored Sep 18, 2018
1 parent 9ca5a71 commit 58ee5f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.github.lkishalmi.gatling" version "0.7.1"
}

def playVersion = "2.6.18"
def playVersion = "2.6.19"
def scalaVersion = System.getProperty("scala.binary.version", /* default = */ "2.12")
def gatlingVersion = getGlatlingVersion(scalaVersion)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.18")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.19")

// Load testing tool:
// http://gatling.io/docs/2.2.2/extensions/sbt_plugin.html
Expand Down

0 comments on commit 58ee5f1

Please sign in to comment.