Skip to content

Commit

Permalink
Update aws-core, http-client-spi, ... to 2.29.50
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 13, 2025
1 parent 15f1b55 commit 7a16fd4
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-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"
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.1.14"
val awsVersion = "2.28.29"
val awsVersion = "2.29.50"

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

0 comments on commit 7a16fd4

Please sign in to comment.