Skip to content

Commit 87d58a7

Browse files
vkostyukovjenkins
authored andcommitted
Release CSL Stack
RB_ID=721327
1 parent f0102e3 commit 87d58a7

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.26.0 2015-07-27
10+
911
API Changes:
1012
* util-core: `Activity`, `BoundedStack`, `RingBuffer` and `Var` migrated
1113
off of deprecated `ClassManifest` to `ClassTag`. ``RB_ID=720455``

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.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"),

0 commit comments

Comments
 (0)