Browse Source

updated plugins.sbt to use sbt-plugin 2.1.1

Skamander 12 years ago
parent
commit
e1aa04a771
1 changed files with 1 additions and 1 deletions
  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")