Browse Source

Updated to Play 2.3.4

https://groups.google.com/d/msg/play-framework/JgcmbvFJZRs/u-hBmGQUl_kJ
Donovan Muller 11 years ago
parent
commit
2d23946755
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/play2-java/play2-java-jpa/project/plugins.sbt

+ 1 - 1
frameworks/Java/play2-java/play2-java-jpa/project/plugins.sbt

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