Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update aws-core, http-client-spi, ... to 2.21.21
Browse files Browse the repository at this point in the history
vigoo committed Nov 13, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
vigoo Daniel Vigovszky
1 parent 7dcf655 commit f6b581c
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
@@ -19,7 +19,7 @@ object Common extends AutoPlugin {
val zioPreludeVersion = "1.0.0-RC21"
val catsEffectVersion = "3.5.2"

val awsVersion = "2.21.15"
val awsVersion = "2.21.21"
val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)
val http4sVersion = "0.23.19"
val blazeVersion = "0.23.15"
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.18"
val awsVersion = "2.21.15"
val awsVersion = "2.21.21"

sbtPlugin := true
scalaVersion := "2.12.18"

0 comments on commit f6b581c

Please sign in to comment.