Use new configgy

This commit is contained in:
Derek Williams 2010-12-18 21:36:28 -07:00
parent 3926e4b84e
commit a6f1f7f08a

View file

@ -139,7 +139,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
lazy val commons_pool = "commons-pool" % "commons-pool" % "1.5.4" % "compile" //ApacheV2
lazy val configgy = "net.lag" % "configgy" % "2.8.0-1.5.5" % "compile" //ApacheV2
lazy val configgy = "net.lag" % "configgy" % "2.0.2-SNAPSHOT" % "compile" //ApacheV2
lazy val dispatch_http = "net.databinder" % "dispatch-http_2.8.0" % DISPATCH_VERSION % "compile" //LGPL v2
lazy val dispatch_json = "net.databinder" % "dispatch-json_2.8.0" % DISPATCH_VERSION % "compile" //LGPL v2
@ -538,4 +538,4 @@ trait McPom { self: DefaultProject =>
rewrite(rule)(node.theSeq)(0)
}
}
}