File tree 6 files changed +11
-8
lines changed
6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
7
7
6.x
8
8
-----
9
9
10
+ 6.38.0
11
+ ------
12
+
10
13
New Features
11
14
~~~~~~~~~~~~
12
15
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version := "1.0"
5
5
scalaVersion := " 2.11.8"
6
6
7
7
libraryDependencies ++= Seq (
8
- " com.twitter" %% " finagle-core" % " 6.37 .0"
8
+ " com.twitter" %% " finagle-core" % " 6.38 .0"
9
9
)
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version := "1.0"
5
5
scalaVersion := " 2.11.8"
6
6
7
7
libraryDependencies ++= Seq (
8
- " com.twitter" %% " finagle-mysql" % " 6.37 .0"
8
+ " com.twitter" %% " finagle-mysql" % " 6.38 .0"
9
9
)
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ version := "1.0"
4
4
5
5
scalaVersion := " 2.11.8"
6
6
7
- libraryDependencies += " com.twitter" %% " finagle-http" % " 6.37 .0"
7
+ libraryDependencies += " com.twitter" %% " finagle-http" % " 6.38 .0"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ object Finagle extends Build {
13
13
val branch = Process (" git" :: " rev-parse" :: " --abbrev-ref" :: " HEAD" :: Nil ).!! .trim
14
14
val suffix = if (branch == " master" ) " " else " -SNAPSHOT"
15
15
16
- val libVersion = " 6.37 .0" + suffix
17
- val utilVersion = " 6.36 .0" + suffix
18
- val ostrichVersion = " 9.20 .0" + suffix
19
- val scroogeVersion = " 4.9 .0" + suffix
16
+ val libVersion = " 6.38 .0" + suffix
17
+ val utilVersion = " 6.37 .0" + suffix
18
+ val ostrichVersion = " 9.21 .0" + suffix
19
+ val scroogeVersion = " 4.10 .0" + suffix
20
20
21
21
val libthriftVersion = " 0.5.0-1"
22
22
val netty4Version = " 4.1.4.Final"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ resolvers += Classpaths.sbtPluginReleases
2
2
resolvers += " twitter-repo" at " https://maven.twttr.com"
3
3
4
4
val branch = Process (" git" :: " rev-parse" :: " --abbrev-ref" :: " HEAD" :: Nil ).!! .trim
5
- val scroogeSbtPluginVersionPrefix = " 4.9 .0"
5
+ val scroogeSbtPluginVersionPrefix = " 4.10 .0"
6
6
val scroogeSbtPluginVersion =
7
7
if (branch == " master" ) scroogeSbtPluginVersionPrefix
8
8
else scroogeSbtPluginVersionPrefix + " -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments