Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/FinaglePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object FinaglePlugin extends AutoPlugin {
* because the newest release is not binary compatible with the older
* versions it was checked against.
*/
val versions = Seq("22.7.0")
val versions = Seq("22.12.0", "22.7.0")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be explicit: I think we should remove "22.7.0" here, since we know 22.12.0 is not binary compatible with 22.7.0. Once that's done, rootFinagle/mimaReportBinaryIssues should run cleanly, and we can add it to the build.


lazy val modules = Seq(
"com.twitter" %% "finagle-core" % versions.head
Expand Down