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
+ 23.11.0
11
+ -------
12
+
10
13
New Features
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
[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
10
10
[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
11
11
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.twitter/finagle-core_2.12/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.twitter/finagle-core_2.12 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
4
4
Global / excludeLintKeys += scalacOptions
5
5
6
6
// All Twitter library releases are date versioned as YY.MM.patch
7
- val releaseVersion = " 23.11.0-SNAPSHOT "
7
+ val releaseVersion = " 23.11.0"
8
8
9
9
val libthriftVersion = " 0.10.0"
10
10
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.12 .0"
8
+ " com.twitter" %% " finagle-core" % " 23.11 .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.12 .0"
8
+ " com.twitter" %% " finagle-mysql" % " 23.11 .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.12 .0"
10
+ " com.twitter" %% " finagle-http" % " 23.11 .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 = " 23.11.0-SNAPSHOT "
4
+ val releaseVersion = " 23.11.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