Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan King committed Jul 29, 2011
1 parent 5c726f6 commit 403da3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build/Snowflake.scala
Expand Up @@ -12,8 +12,8 @@ class SnowflakeProject(info: ProjectInfo) extends StandardServiceProject(info)
val sp = "org.scala-tools.testing" % "specs_2.8.0" % "1.6.5"
val thrift = "thrift" % "libthrift" % "0.5.0"
val commonsCodec = "commons-codec" % "commons-codec" % "1.4"
val zookeeperClient = "com.twitter" % "zookeeper-client" % "3.0.0"
val utilLogging = "com.twitter" % "util-logging" % "1.8.18"
val zookeeperClient = "com.twitter" % "zookeeper-client" % "3.0.1"
val utilLogging = "com.twitter" % "util-logging" % "1.10.2"

override def ivyXML =
<dependencies>
Expand Down

0 comments on commit 403da3b

Please sign in to comment.