Browse Source

Set play version explicitly

Thomas Dy 8 years ago
parent
commit
ff42c59a8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/plugins.sbt

+ 1 - 1
project/plugins.sbt

@@ -5,4 +5,4 @@ logLevel := Level.Warn
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % System.getProperty("play.version"))
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.6")