Skip to content

Commit

Permalink
Upgraded play (and anorm) versions for nina-play to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Apr 30, 2012
1 parent 9840f77 commit 6957d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nina-play/build.sbt
@@ -1,7 +1,7 @@
name := "nina-play"

libraryDependencies += "play" %% "anorm" % "2.0"
libraryDependencies += "play" %% "anorm" % "2.0.1"

libraryDependencies += "org.specs2" %% "specs2" % "1.7.1" % "test"

libraryDependencies += "play" %% "play-test" % "2.0" % "test"
libraryDependencies += "play" %% "play-test" % "2.0.1" % "test"

0 comments on commit 6957d6b

Please sign in to comment.