File tree Expand file tree Collapse file tree 7 files changed +9
-6
lines changed
Expand file tree Collapse file tree 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
77Unreleased
88----------
99
10+ 22.12.0
11+ -------
12+
1013New Features
1114~~~~~~~~~~~~
1215
Original file line number Diff line number Diff line change 55
66# Finagle
77
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 )
99[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
1010[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
1111[ ![ 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
44Global / excludeLintKeys += scalacOptions
55
66// All Twitter library releases are date versioned as YY.MM.patch
7- val releaseVersion = " 22.10.0-SNAPSHOT "
7+ val releaseVersion = " 22.12.0 "
88
99val libthriftVersion = " 0.10.0"
1010
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version := "1.0"
55scalaVersion := " 2.12.12"
66
77libraryDependencies ++= Seq (
8- " com.twitter" %% " finagle-core" % " 22.7 .0"
8+ " com.twitter" %% " finagle-core" % " 22.12 .0"
99)
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ version := "1.0"
55scalaVersion := " 2.12.13"
66
77libraryDependencies ++= Seq (
8- " com.twitter" %% " finagle-mysql" % " 22.7 .0"
8+ " com.twitter" %% " finagle-mysql" % " 22.12 .0"
99)
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ lazy val root = (project in file(".")).
77 )),
88 name := " quickstart" ,
99 libraryDependencies ++= Seq (
10- " com.twitter" %% " finagle-http" % " 22.7 .0"
10+ " com.twitter" %% " finagle-http" % " 22.12 .0"
1111 )
1212 )
Original file line number Diff line number Diff line change 11resolvers += Classpaths .sbtPluginReleases
22resolvers += Resolver .sonatypeRepo(" snapshots" )
33
4- val releaseVersion = " 22.10.0-SNAPSHOT "
4+ val releaseVersion = " 22.12.0 "
55
66addSbtPlugin(" com.twitter" % " scrooge-sbt-plugin" % releaseVersion)
77
You can’t perform that action at this time.
0 commit comments