Procházet zdrojové kódy

Set play version explicitly

Thomas Dy před 9 roky
rodič
revize
ff42c59a8d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")