File tree 3 files changed +3
-6
lines changed
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
7
7
Unreleased
8
8
----------
9
9
10
- 24.2.0
11
- ------
12
-
13
10
Runtime Behavior Changes
14
11
~~~~~~~~~~~~~~~~~~~~~~~~
15
12
Original file line number Diff line number Diff line change 1
1
# Twitter Util
2
2
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 )
4
4
[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
5
5
[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
6
6
[ ![ 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.
39
39
An example SBT dependency string for the ` util-core ` library would look like this:
40
40
41
41
``` scala
42
- val utilCore = " com.twitter" %% " util-core" % " 24.2 .0"
42
+ val utilCore = " com.twitter" %% " util-core" % " 23.11 .0"
43
43
```
44
44
45
45
# Units
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
2
2
Global / excludeLintKeys += scalacOptions // might be actually unused in util-doc module but not sure
3
3
4
4
// All Twitter library releases are date versioned as YY.MM.patch
5
- val releaseVersion = " 24.2.0"
5
+ val releaseVersion = " 24.2.0-SNAPSHOT "
6
6
7
7
val slf4jVersion = " 1.7.30"
8
8
val jacksonVersion = " 2.14.3"
You can’t perform that action at this time.
0 commit comments