File tree 7 files changed +9
-6
lines changed
7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
7
7
Unreleased
8
8
----------
9
9
10
+ 22.4.0
11
+ ------
12
+
10
13
Bug Fixes
11
14
~~~~~~~~~~
12
15
Original file line number Diff line number Diff line change 5
5
6
6
# Finagle
7
7
8
- [ ![ Build Status] ( https://github.com/twitter/finagle/workflows/continuous%20integration/badge.svg?branch=develop )] ( https://github.com/twitter/finagle/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop )
8
+ [ ![ Build Status] ( https://github.com/twitter/finagle/workflows/continuous%20integration/badge.svg?branch=release )] ( https://github.com/twitter/finagle/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease )
9
9
[ ![ Codecov] ( https://codecov.io/gh/twitter/finagle/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/twitter/finagle )
10
10
[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
11
11
[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
5
5
Global / excludeLintKeys += scalacOptions
6
6
7
7
// All Twitter library releases are date versioned as YY.MM.patch
8
- val releaseVersion = " 22.4.0-SNAPSHOT "
8
+ val releaseVersion = " 22.4.0"
9
9
10
10
val libthriftVersion = " 0.10.0"
11
11
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version := "1.0"
5
5
scalaVersion := " 2.12.12"
6
6
7
7
libraryDependencies ++= Seq (
8
- " com.twitter" %% " finagle-core" % " 22.3 .0"
8
+ " com.twitter" %% " finagle-core" % " 22.4 .0"
9
9
)
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version := "1.0"
5
5
scalaVersion := " 2.12.13"
6
6
7
7
libraryDependencies ++= Seq (
8
- " com.twitter" %% " finagle-mysql" % " 22.3 .0"
8
+ " com.twitter" %% " finagle-mysql" % " 22.4 .0"
9
9
)
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ lazy val root = (project in file(".")).
7
7
)),
8
8
name := " quickstart" ,
9
9
libraryDependencies ++= Seq (
10
- " com.twitter" %% " finagle-http" % " 22.3 .0"
10
+ " com.twitter" %% " finagle-http" % " 22.4 .0"
11
11
)
12
12
)
Original file line number Diff line number Diff line change 1
1
resolvers += Classpaths .sbtPluginReleases
2
2
resolvers += Resolver .sonatypeRepo(" snapshots" )
3
3
4
- val releaseVersion = " 22.4.0-SNAPSHOT "
4
+ val releaseVersion = " 22.4.0"
5
5
6
6
addSbtPlugin(" com.twitter" % " scrooge-sbt-plugin" % releaseVersion)
7
7
You can’t perform that action at this time.
0 commit comments