浏览代码

Merge pull request #61 from Skamander/master

updated plugins.sbt to use sbt-plugin 2.1.1
TechEmpower 12 年之前
父节点
当前提交
1335e0a70a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      play-scala/project/plugins.sbt

+ 1 - 1
play-scala/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("play" % "sbt-plugin" % "2.1.0")
+addSbtPlugin("play" % "sbt-plugin" % "2.1.1")