Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Nuttycombe committed Sep 22, 2011
1 parent cabd151 commit 83dc693
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Build.scala
Expand Up @@ -4,7 +4,7 @@ import AltDependency._

object RosettaJsonBuild extends Build {
val buildOrganization = "com.reportgrid"
val buildVersion = "0.3.3"
val buildVersion = "0.3.4"
val buildScalaVersion = "2.9.1"

val blueeyes = GitAltDependency(_: java.io.File, file("../blueeyes"), RootProject(uri("git://github.com/jdegoes/blueeyes")))
Expand All @@ -16,10 +16,10 @@ object RosettaJsonBuild extends Build {
scalaVersion := buildScalaVersion,
scalacOptions ++= Seq("-deprecation", "-unchecked"),
libraryDependencies ++= Seq(
"net.databinder" % "dispatch-http-json_2.9.0-1" % "0.8.3" % "provided",
"net.liftweb" % "lift-json_2.9.0-1" % "2.4-M2" % "provided" intransitive(),
"org.scala-tools.testing" % "scalacheck_2.9.0-1" % "1.9" % "test",
"org.scala-tools.testing" % "specs_2.9.0-1" % "1.6.8" % "test"
"net.databinder" %% "dispatch-http-json" % "0.8.5" % "provided",
"net.liftweb" %% "lift-json" % "2.4-M4" % "provided" intransitive(),
"org.scala-tools.testing" %% "scalacheck" % "1.9" % "test",
"org.scala-tools.testing" %% "specs" % "1.6.9" % "test"
)
) dependsOnAlt(blueeyes(base))

Expand Down

0 comments on commit 83dc693

Please sign in to comment.