Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
use newer json for ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Oct 17, 2010
1 parent c575fe5 commit 4d275f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/OstrichProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.twitter.sbt._
class OstrichProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {
val specs = "org.scala-tools.testing" % "specs" % "1.6.2.1"
val vscaladoc = "org.scala-tools" % "vscaladoc" % "1.1-md-3"
val twitterJson = "com.twitter" % "json" % "1.1.2"
val twitterJson = "com.twitter" % "json" % "1.1.8"
val configgy = "net.lag" % "configgy" % "1.5.5"
val commonsLogging = "commons-logging" % "commons-logging" % "1.1"
val commonsLang = "commons-lang" % "commons-lang" % "2.2"
Expand Down

0 comments on commit 4d275f8

Please sign in to comment.