Skip to content

Commit

Permalink
Update dependencies to 0.11.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sgodbillon committed Dec 25, 2013
1 parent 31c590a commit 382bae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Play2-ReactiveMongo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._
import sbt.Keys._

object BuildSettings {
val buildVersion = "0.10.0"
val buildVersion = "0.11.0-SNAPSHOT"

val buildSettings = Defaults.defaultSettings ++ Seq(
organization := "org.reactivemongo",
Expand Down Expand Up @@ -119,8 +119,8 @@ object Play2ReactiveMongoBuild extends Build {
"Typesafe repository snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"
),
libraryDependencies ++= Seq(
"org.reactivemongo" %% "reactivemongo" % "0.10.0-SNAPSHOT" cross CrossVersion.binary,
"com.typesafe.play" %% "play" % "2.2.0" % "provided" cross CrossVersion.binary,
"org.reactivemongo" %% "reactivemongo" % "0.11.0-SNAPSHOT" cross CrossVersion.binary,
"com.typesafe.play" %% "play" % "2.2.2-RC1" % "provided" cross CrossVersion.binary,
"com.typesafe.play" %% "play-test" % "2.2.0" % "test" cross CrossVersion.binary,
"org.specs2" % "specs2" % "1.13" % "test" cross CrossVersion.binary,
"junit" % "junit" % "4.8" % "test" cross CrossVersion.Disabled,
Expand Down

0 comments on commit 382bae4

Please sign in to comment.