Skip to content

Commit

Permalink
Update dependencies to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgodbillon committed Feb 11, 2014
1 parent 2b5cf3f commit 2fb1df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object ApplicationBuild extends Build {
scalaVersion := "2.10.2"

val appDependencies = Seq(
"org.reactivemongo" %% "play2-reactivemongo" % "0.10.0")
"org.reactivemongo" %% "play2-reactivemongo" % "0.10.2")

val main = play.Project(appName, appVersion, appDependencies).settings(
resolvers += "Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases"
Expand Down

0 comments on commit 2fb1df9

Please sign in to comment.