From f2485ed6718ade38e1ff8bb0c397ce959ae5a150 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 6 Jun 2025 00:15:53 +0000 Subject: [PATCH] Update aws-lambda-java-runtime-interface-client to 2.7.0 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 15904a1fdb..31207ea823 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -55,7 +55,7 @@ object Versions { val newtype = "0.4.4" val monixNewtype = "0.3.0" val zioPrelude = "1.0.0-RC41" - val awsLambdaInterface = "2.6.0" + val awsLambdaInterface = "2.7.0" val armeria = "1.32.5" val scalaJava8Compat = "1.0.2" val scalaCollectionCompat = "2.13.0"