File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Finatra
22
3- [ ![ Build Status] ( https://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=develop )] ( https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop )
4- [ ![ Test Coverage] ( https://codecov.io/github/twitter/finatra/coverage.svg?branch=develop )] ( https://codecov.io/github/twitter/finatra?branch=develop )
3+ [ ![ Build Status] ( https://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=release )] ( https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease )
4+ [ ![ Test Coverage] ( https://codecov.io/github/twitter/finatra/coverage.svg?branch=release )] ( https://codecov.io/github/twitter/finatra?branch=release )
55[ ![ Project status] ( https://img.shields.io/badge/status-active-brightgreen.svg )] ( #status )
66[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.twitter/finatra-http-server_2.12/badge.svg )] [ maven-central ]
77[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/twitter/finatra )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Global / excludeLintKeys += scalacOptions
66Global / concurrentRestrictions += Tags .limit(Tags .Test , 1 )
77
88// All Twitter library releases are date versioned as YY.MM.patch
9- val releaseVersion = " 22.10.0-SNAPSHOT "
9+ val releaseVersion = " 22.7.0 "
1010
1111lazy val buildSettings = Seq (
1212 version := releaseVersion,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolvers ++= Seq(
33 Resolver .sonatypeRepo(" snapshots" )
44)
55
6- val releaseVersion = " 22.10.0-SNAPSHOT "
6+ val releaseVersion = " 22.7.0 "
77
88addSbtPlugin(" com.twitter" % " scrooge-sbt-plugin" % releaseVersion)
99
You can’t perform that action at this time.
0 commit comments