File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
66
77Next Version
88
9+ 6.26.0 2015-07-27
10+
911API Changes:
1012 * util-core: `Activity`, `BoundedStack`, `RingBuffer` and `Var` migrated
1113 off of deprecated `ClassManifest` to `ClassTag`. ``RB_ID=720455``
Original file line number Diff line number Diff 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.25 .0" + suffix
11+ val libVersion = " 6.26 .0" + suffix
1212 val zkVersion = " 3.4.6"
1313 val zkDependency = " org.apache.zookeeper" % " zookeeper" % zkVersion excludeAll(
1414 ExclusionRule (" com.sun.jdmk" , " jmxtools" ),
You can’t perform that action at this time.
0 commit comments