Browse Source

Play2: version bump => 2.5.14 (#2718)

Marco F 8 years ago
parent
commit
2656fddff8

+ 1 - 1
frameworks/Scala/play2-scala/play2-scala/build.sbt

@@ -1,6 +1,6 @@
 name := "play2-scala"
 
-version := "1.0-SNAPSHOT"
+version := "2.5.14"
 
 scalaVersion := "2.11.8"
 

+ 1 - 1
frameworks/Scala/play2-scala/play2-scala/project/plugins.sbt

@@ -2,4 +2,4 @@
 logLevel := Level.Warn
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.0")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.14")