We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66b3ef commit a9f87d3Copy full SHA for a9f87d3
CHANGES
@@ -6,6 +6,8 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
6
7
Next Version
8
9
+6.29.0 2015-10-15
10
+
11
New Features:
12
13
* util-core: Introduce an optional max capacity to `AsyncQueue`.
project/Build.scala
@@ -8,7 +8,7 @@ object Util extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"
- val libVersion = "6.28.0" + suffix
+ val libVersion = "6.29.0" + suffix
val zkVersion = "3.5.0-alpha"
val zkDependency = "org.apache.zookeeper" % "zookeeper" % zkVersion excludeAll(
14
ExclusionRule("com.sun.jdmk", "jmxtools"),
0 commit comments