Skip to content

Commit

Permalink
Update aws-core, http-client-spi, ... to 2.28.26 (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Oct 21, 2024
1 parent ade1442 commit f17345a
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-RC26"
val catsEffectVersion = "3.5.4"

val awsVersion = "2.28.24"
val awsVersion = "2.28.26"
val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)
val http4sVersion = "0.23.27"
val blazeVersion = "0.23.16"
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.9"
val awsVersion = "2.28.24"
val awsVersion = "2.28.26"

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

0 comments on commit f17345a

Please sign in to comment.