File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77Unreleased
88----------
99
10- 24.2.0
11- ------
12-
1310Runtime Behavior Changes
1411~~~~~~~~~~~~~~~~~~~~~~~~
1512
Original file line number Diff line number Diff line change 11# Twitter Util
22
3- [ ![ Build Status] ( https://github.com/twitter/util/workflows/continuous%20integration/badge.svg?branch=release )] ( https://github.com/twitter/util/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease )
3+ [ ![ Build Status] ( https://github.com/twitter/util/workflows/continuous%20integration/badge.svg?branch=develop )] ( https://github.com/twitter/util/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop )
44[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
55[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
66[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.twitter/util-core_2.12/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.twitter/util-core_2.12 )
@@ -39,7 +39,7 @@ for more details about how to contribute.
3939An example SBT dependency string for the ` util-core ` library would look like this:
4040
4141``` scala
42- val utilCore = " com.twitter" %% " util-core" % " 24.2 .0"
42+ val utilCore = " com.twitter" %% " util-core" % " 23.11 .0"
4343```
4444
4545# Units
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
22Global / excludeLintKeys += scalacOptions // might be actually unused in util-doc module but not sure
33
44// All Twitter library releases are date versioned as YY.MM.patch
5- val releaseVersion = " 24.2.0"
5+ val releaseVersion = " 24.2.0-SNAPSHOT "
66
77val slf4jVersion = " 1.7.30"
88val jacksonVersion = " 2.14.3"
You can’t perform that action at this time.
0 commit comments