File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` and ``PHAB_ID=#`` correspond to associated message in comm
77Unreleased
88----------
99
10+ 21.12.0
11+ -------
12+
1013Changed
1114~~~~~~~
1215
Original file line number Diff line number Diff line change 11# Finatra
22
3- [](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop )
4- [](https://codecov.io/github/twitter/finatra?branch=develop )
3+ [](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease )
4+ [](https://codecov.io/github/twitter/finatra?branch=release )
55[](#status)
66[][maven-central]
77[](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 = "21.12.0-SNAPSHOT "
9+ val releaseVersion = "21.12.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 = "21.12.0-SNAPSHOT "
6+ val releaseVersion = "21.12.0"
77
88addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)
99
You can’t perform that action at this time.
0 commit comments