Skip to content

Commit a9f87d3

Browse files
Ruben Oantajenkins
authored andcommitted
csl: bump lib versions
RB_ID=756082 TBR=true
1 parent c66b3ef commit a9f87d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
66

77
Next Version
88

9+
6.29.0 2015-10-15
10+
911
New Features:
1012

1113
* util-core: Introduce an optional max capacity to `AsyncQueue`.

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Util extends Build {
88
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
99
val suffix = if (branch == "master") "" else "-SNAPSHOT"
1010

11-
val libVersion = "6.28.0" + suffix
11+
val libVersion = "6.29.0" + suffix
1212
val zkVersion = "3.5.0-alpha"
1313
val zkDependency = "org.apache.zookeeper" % "zookeeper" % zkVersion excludeAll(
1414
ExclusionRule("com.sun.jdmk", "jmxtools"),

0 commit comments

Comments
 (0)