From 4423e842acea556f97e1b30dbf9ddfe94023ac4a Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Mon, 7 Aug 2023 03:18:22 +0000 Subject: [PATCH] Update aws-core, http-client-spi, ... to 2.20.120 --- 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 e77c94da..d7eb8800 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -19,7 +19,7 @@ object Common extends AutoPlugin { val zioPreludeVersion = "1.0.0-RC19" val catsEffectVersion = "3.5.1" - val awsVersion = "2.20.115" + val awsVersion = "2.20.120" val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1) val http4sVersion = "0.23.19" val blazeVersion = "0.23.15" diff --git a/zio-aws-codegen/build.sbt b/zio-aws-codegen/build.sbt index 3b923378..3152a331 100644 --- a/zio-aws-codegen/build.sbt +++ b/zio-aws-codegen/build.sbt @@ -1,5 +1,5 @@ val zioVersion = "2.0.6" -val awsVersion = "2.20.115" +val awsVersion = "2.20.120" sbtPlugin := true scalaVersion := "2.12.17"