Skip to content

Commit

Permalink
Merge pull request #17 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
rtyley authored Oct 24, 2023
2 parents 08fdf8f + ca483c5 commit 6617bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def awsS3WithSdkVersion(version: Int)=

val awsSdkForVersion = Map(
// 1 -> "com.amazonaws" % "aws-java-sdk-s3" % "1.12.487",
2 -> "software.amazon.awssdk" % "s3" % "2.20.142"
2 -> "software.amazon.awssdk" % "s3" % "2.20.162"
)

lazy val `aws-s3-base` =
Expand Down

0 comments on commit 6617bdc

Please sign in to comment.