Skip to content

Commit

Permalink
Merge pull request #932 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
shtukas authored Sep 25, 2023
2 parents ab544d5 + ca07477 commit a27936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
private val zioVersion = "2.0.17"
private val awsSdkVersion = "2.20.134"
private val awsSdkVersion = "2.20.153"

lazy val awsDynamoDb = "software.amazon.awssdk" % "dynamodb" % awsSdkVersion
lazy val awsS3 = "software.amazon.awssdk" % "s3" % awsSdkVersion
Expand Down

0 comments on commit a27936f

Please sign in to comment.