Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

Upgrade branch master using TemplateControl#11

Merged
wsargent merged 1 commit intoplayframework:masterfrom
wsargent:templatecontrol-master
Oct 9, 2016
Merged

Upgrade branch master using TemplateControl#11
wsargent merged 1 commit intoplayframework:masterfrom
wsargent:templatecontrol-master

Conversation

@wsargent
Copy link
Member

@wsargent wsargent commented Oct 9, 2016

Updated with template-control on 2016-10-09T01:36:56.606Z
  File-Pattern: **/build.sbt
    If-Found-In-Line: "com.typesafe.play" %% "play-slick"
      Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick" % "2.0.2"
    If-Found-In-Line: "com.typesafe.play" %% "play-slick-evolutions"
      Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "2.0.2"
    If-Found-In-Line: scala-guice
      Replace-Line-With: libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.0"
    If-Found-In-Line: "com.softwaremill.macwire" %% "macros"
      Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.2.2" % "provided"
    If-Found-In-Line: gatling-charts-highcharts
      Replace-Line-With: libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.2.2" % Test
    If-Found-In-Line: scalaVersion
      Replace-Line-With: scalaVersion := "2.11.8"
    If-Found-In-Line: scalatestplus-play
      Replace-Line-With: libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test
    If-Found-In-Line: play-bootstrap
      Replace-Line-With: libraryDependencies += "com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"
    If-Found-In-Line: gatling-test-framework
      Replace-Line-With: libraryDependencies += "io.gatling" % "gatling-test-framework" % "2.2.2" % Test
    If-Found-In-Line: "com.typesafe.play" %% "anorm"
      Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "anorm" % "2.5.0"
    If-Found-In-Line: com.h2database
      Replace-Line-With: libraryDependencies += "com.h2database" % "h2" % "1.4.190"
    If-Found-In-Line: "com.softwaremill.macwire" %% "proxy"
      Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.2.2"
    If-Found-In-Line: "com.softwaremill.macwire" %% "util"
      Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.2.2"
  File-Pattern: **/build.properties
    If-Found-In-Line: sbt.version
      Replace-Line-With: sbt.version=0.13.11
  File-Pattern: **/application.conf
  File-Pattern: **/plugins.sbt
    If-Found-In-Line: sbt-mocha
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
    If-Found-In-Line: sbt-sassify
      Replace-Line-With: addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.6")
    If-Found-In-Line: sbt-less
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
    If-Found-In-Line: sbt-play-enhancer
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
    If-Found-In-Line: sbt-play-ebean
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "3.0.1")
    If-Found-In-Line: sbt-jshint
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.4")
    If-Found-In-Line: sbt-coffeescript
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
    If-Found-In-Line: sbt-rjs
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.8")
    If-Found-In-Line: sbt-plugin
      Replace-Line-With: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.9")
    If-Found-In-Line: sbt-digest
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.1")

  File-Pattern: **/build.sbt
    If-Found-In-Line: "com.typesafe.play" %% "play-slick"
      Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick" % "2.0.2"
    If-Found-In-Line: "com.typesafe.play" %% "play-slick-evolutions"
      Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "2.0.2"
    If-Found-In-Line: scala-guice
      Replace-Line-With: libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.0"
    If-Found-In-Line: "com.softwaremill.macwire" %% "macros"
      Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.2.2" % "provided"
    If-Found-In-Line: gatling-charts-highcharts
      Replace-Line-With: libraryDependencies += "io.gatling.highcharts" % "gatling-charts-highcharts" % "2.2.2" % Test
    If-Found-In-Line: scalaVersion
      Replace-Line-With: scalaVersion := "2.11.8"
    If-Found-In-Line: scalatestplus-play
      Replace-Line-With: libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test
    If-Found-In-Line: play-bootstrap
      Replace-Line-With: libraryDependencies += "com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"
    If-Found-In-Line: gatling-test-framework
      Replace-Line-With: libraryDependencies += "io.gatling" % "gatling-test-framework" % "2.2.2" % Test
    If-Found-In-Line: "com.typesafe.play" %% "anorm"
      Replace-Line-With: libraryDependencies += "com.typesafe.play" %% "anorm" % "2.5.0"
    If-Found-In-Line: com.h2database
      Replace-Line-With: libraryDependencies += "com.h2database" % "h2" % "1.4.190"
    If-Found-In-Line: "com.softwaremill.macwire" %% "proxy"
      Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.2.2"
    If-Found-In-Line: "com.softwaremill.macwire" %% "util"
      Replace-Line-With: libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.2.2"
  File-Pattern: **/build.properties
    If-Found-In-Line: sbt.version
      Replace-Line-With: sbt.version=0.13.11
  File-Pattern: **/application.conf
  File-Pattern: **/plugins.sbt
    If-Found-In-Line: sbt-mocha
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")
    If-Found-In-Line: sbt-sassify
      Replace-Line-With: addSbtPlugin("org.irundaia.sbt" % "sbt-sassify" % "1.4.6")
    If-Found-In-Line: sbt-less
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")
    If-Found-In-Line: sbt-play-enhancer
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-enhancer" % "1.1.0")
    If-Found-In-Line: sbt-play-ebean
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "3.0.1")
    If-Found-In-Line: sbt-jshint
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.4")
    If-Found-In-Line: sbt-coffeescript
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")
    If-Found-In-Line: sbt-rjs
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.8")
    If-Found-In-Line: sbt-plugin
      Replace-Line-With: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.9")
    If-Found-In-Line: sbt-digest
      Replace-Line-With: addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.1")
@wsargent wsargent merged commit d834d8f into playframework:master Oct 9, 2016
@wsargent wsargent deleted the templatecontrol-master branch October 9, 2016 01:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant