Skip to content

Commit

Permalink
Merge pull request #1241 from zio/update/aws-core-2.20.149
Browse files Browse the repository at this point in the history
Update aws-core, http-client-spi, ... to 2.20.149
  • Loading branch information
vigoo authored Sep 23, 2023
2 parents a95854d + 0827c9e commit 80b1b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Common extends AutoPlugin {
val zioPreludeVersion = "1.0.0-RC19"
val catsEffectVersion = "3.5.1"

val awsVersion = "2.20.120"
val awsVersion = "2.20.149"
val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)
val http4sVersion = "0.23.19"
val blazeVersion = "0.23.15"
Expand Down
2 changes: 1 addition & 1 deletion zio-aws-codegen/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val zioVersion = "2.0.6"
val awsVersion = "2.20.120"
val awsVersion = "2.20.149"

sbtPlugin := true
scalaVersion := "2.12.17"
Expand Down

0 comments on commit 80b1b7f

Please sign in to comment.