File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,17 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
66
77Next Version
88
9- 6.31 .0 2016-02-02
9+ 6.32 .0 2016-02-03
1010
1111New Features:
1212
1313 * util-core: Add `Future.traverseSequentially`. Take a sequence and sequentially apply a function
1414 A => Future[B] to each item. ``RB_ID=785091``
1515
16+ 6.31.0 2016-02-02
17+
18+ NOT RELEASED
19+
16206.30.0 2015-12-03
1721
1822New Features:
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.31 .0" + suffix
11+ val libVersion = " 6.32 .0" + suffix
1212 val zkVersion = " 3.5.0-alpha"
1313 val zkClientVersion = " 0.0.79"
1414 val zkGroupVersion = " 0.0.90"
You can’t perform that action at this time.
0 commit comments