From bf563b7efd9acb980b489dc0d723abadc7d09d65 Mon Sep 17 00:00:00 2001 From: Milan van der Meer <5628925+milanvdm@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:48:31 +0100 Subject: [PATCH] Update Finagle to 22.12.0 --- project/FinaglePlugin.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/FinaglePlugin.scala b/project/FinaglePlugin.scala index a2d730e..0b09ac6 100644 --- a/project/FinaglePlugin.scala +++ b/project/FinaglePlugin.scala @@ -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