From 65416ae2e85dd9a15590cc5ec24e91934a4d0fb9 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 12 Mar 2026 00:16:33 +0000 Subject: [PATCH] Update aws-lambda-java-runtime-interface-client to 2.9.0 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index b1b53d3482..e5c60a28ec 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -56,7 +56,7 @@ object Versions { val newtype = "0.4.4" val monixNewtype = "0.4.1" val zioPrelude = "1.0.0-RC46" - val awsLambdaInterface = "2.6.0" + val awsLambdaInterface = "2.9.0" val armeria = "1.37.0" val scalaJava8Compat = "1.0.2" val scalaCollectionCompat = "2.13.0"