Skip to content

Commit

Permalink
upgrading to a published 2.8 branch of zookeeper-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenson committed Dec 14, 2010
1 parent 0cb5811 commit 688b1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build/Snowflake.scala
Expand Up @@ -18,7 +18,7 @@ class SnowflakeProject(info: ProjectInfo) extends StandardProject(info) {
val thrift = "thrift" % "libthrift" % "0.5.0"
val commonsCodec = "commons-codec" % "commons-codec" % "1.4"

val zookeeperClient = "com.twitter" % "zookeeper-client" % "1.5.2"
val zookeeperClient = "com.twitter" % "zookeeper-client" % "2.0.0"

override def mainClass = Some("com.twitter.service.snowflake.SnowflakeServer")
override def releaseBuild = true
Expand Down
2 changes: 1 addition & 1 deletion project/plugins/project/build.properties
@@ -1,3 +1,3 @@
#Project properties
#Sat Dec 11 11:55:33 PST 2010
#Mon Dec 13 16:42:54 PST 2010
plugin.uptodate=true

0 comments on commit 688b1b1

Please sign in to comment.