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

Commit

Permalink
use configgy with better locking
Browse files Browse the repository at this point in the history
  • Loading branch information
eaceaser committed Dec 29, 2010
1 parent 7762b75 commit 6ec6a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/GizzardProject.scala
Expand Up @@ -6,7 +6,7 @@ class GizzardProject(info: ProjectInfo) extends StandardProject(info) with Subve
val scalaTools = "org.scala-lang" % "scala-compiler" % "2.7.7"

inline("com.twitter" %% "querulous" % "1.5.1")
inline("net.lag" % "configgy" % "1.6.8")
inline("net.lag" % "configgy" % "1.6.10-SNAPSHOT")
inline("net.lag" % "kestrel" % "1.2.7")
inline("com.twitter" % "ostrich" % "1.2.10")
inline("com.twitter" % "util" % "1.1.2")
Expand Down

0 comments on commit 6ec6a43

Please sign in to comment.