소스 검색

Set play version explicitly

Thomas Dy 8 년 전
부모
커밋
ff42c59a8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")