Skip to content

Commit

Permalink
Update Finagle to 22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvdm committed Mar 1, 2023
1 parent 78cd0ec commit bf563b7
Showing 1 changed file with 1 addition and 1 deletion.
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")

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

0 comments on commit bf563b7

Please sign in to comment.