File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
771.x
88-----
99
10- New Features:
11- -------------
12- * Add a default favicon to the admin pages.
10+ 1.16.0
11+ ~~~~~~~
1312
14131.15.0
1514~~~~~~~
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ object TwitterServer extends Build {
1010 val branch = Process (" git" :: " rev-parse" :: " --abbrev-ref" :: " HEAD" :: Nil ).!! .trim
1111 val suffix = if (branch == " master" ) " " else " -SNAPSHOT"
1212
13- val libVersion = " 1.15 .0" + suffix
14- val utilVersion = " 6.29 .0" + suffix
15- val finagleVersion = " 6.30 .0" + suffix
13+ val libVersion = " 1.16 .0" + suffix
14+ val utilVersion = " 6.30 .0" + suffix
15+ val finagleVersion = " 6.31 .0" + suffix
1616 val mustacheVersion = " 0.8.18"
1717
1818 val jacksonVersion = " 2.4.4"
You can’t perform that action at this time.
0 commit comments