Skip to content

Commit

Permalink
upgraded to play 2.1.2 --- play 2.1.3 and 2.1.4 funktionieren nicht -…
Browse files Browse the repository at this point in the history
… nur exception(s) von ivy :-(
  • Loading branch information
StefanPenndorf committed Sep 17, 2013
1 parent c10a94f commit bb0d087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -28,7 +28,7 @@ object ApplicationBuild extends Build {


// TEST DEPENDENCIES
"play" %% "play-test" % "2.1.1" % "test",
"play" %% "play-test" % "2.1.2" % "test",
"org.scalatest" %% "scalatest" % "1.9.1" % "test",
"org.scalamock" %% "scalamock-scalatest-support" % "3.0.1" % "test",
"org.scalamock" %% "scalamock-specs2-support" % "3.0.1" % "test",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -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.1")
addSbtPlugin("play" % "sbt-plugin" % "2.1.2")

0 comments on commit bb0d087

Please sign in to comment.