From 7a16fd45aba41880574e29657ec62cc09f608882 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 13 Jan 2025 03:25:55 +0000 Subject: [PATCH] Update aws-core, http-client-spi, ... to 2.29.50 --- project/Common.scala | 2 +- zio-aws-codegen/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Common.scala b/project/Common.scala index c7d9b4dd..d6563a01 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -19,7 +19,7 @@ object Common extends AutoPlugin { val zioPreludeVersion = "1.0.0-RC36" val catsEffectVersion = "3.5.7" - val awsVersion = "2.28.29" + val awsVersion = "2.29.50" val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1) val http4sVersion = "0.23.27" val blazeVersion = "0.23.17" diff --git a/zio-aws-codegen/build.sbt b/zio-aws-codegen/build.sbt index 34bc07d9..82f82f82 100644 --- a/zio-aws-codegen/build.sbt +++ b/zio-aws-codegen/build.sbt @@ -1,5 +1,5 @@ val zioVersion = "2.1.14" -val awsVersion = "2.28.29" +val awsVersion = "2.29.50" sbtPlugin := true scalaVersion := "2.12.20"