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

Commit

Permalink
Updated with template-control on 2018-08-20T20:37:13.651Z (#60)
Browse files Browse the repository at this point in the history
**/build.properties:
    sbt.version=1.2.1
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.18")
  **build.gradle:
    def playVersion = "2.6.18"
  **gradle/wrapper/gradle-wrapper.properties:
    distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
  • Loading branch information
marcospereira committed Aug 20, 2018
1 parent a8b00d9 commit 5a523fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'idea'
}

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

model {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,2 +1,2 @@
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.16")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.18")

0 comments on commit 5a523fa

Please sign in to comment.