File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed 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
[ ![ Codecov] ( https://codecov.io/gh/twitter/finagle/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/twitter/finagle )
10
10
[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
11
11
[ ![ Gitter] ( https://badges.gitter.im/twitter/finagle.svg )] ( https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
5
5
Global / excludeLintKeys += scalacOptions
6
6
7
7
// All Twitter library releases are date versioned as YY.MM.patch
8
- val releaseVersion = " 22.10.0-SNAPSHOT "
8
+ val releaseVersion = " 22.7.0 "
9
9
10
10
val libthriftVersion = " 0.10.0"
11
11
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 = " 22.10.0-SNAPSHOT "
4
+ val releaseVersion = " 22.7.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