Skip to content

Commit dfc1c17

Browse files
ctutikajenkins
authored and
jenkins
committed
Twitter-oss: update OSS libraries post-release to 24.8.0-SNAPSHOT
Problem We want to update to the next SNAPSHOT version of our Twitter OSS libraries 24.8.0-SNAPSHOT - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next SNAPSHOT version. Differential Revision: https://phabricator.twitter.biz/D1141538
1 parent f704bc9 commit dfc1c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
22
Global / 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.5.0"
5+
val releaseVersion = "24.8.0-SNAPSHOT"
66

77
val slf4jVersion = "1.7.30"
88
val jacksonVersion = "2.14.3"

0 commit comments

Comments
 (0)