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

Commit 7a8c9c3

Browse files
Updated with template-control on 2018-04-06T19:34:58.475Z (#63)
**/build.properties: sbt.version=1.1.2 **/plugins.sbt: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.13") **build.gradle: def playVersion = "2.6.13"
1 parent 0098b85 commit 7a8c9c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'idea'
44
}
55

6-
def playVersion = "2.6.12"
6+
def playVersion = "2.6.13"
77
def scalaVersion = System.getProperty("scala.binary.version", /* default = */ "2.12")
88

99
model {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.1
1+
sbt.version=1.1.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// The Play plugin
2-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")
2+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.13")

0 commit comments

Comments
 (0)