Skip to content

Commit

Permalink
Merge branch 'main' into update/non_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas authored Aug 27, 2024
2 parents 11db8f5 + cd81ead commit b40c544
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.1.7"
private val awsSdkVersion = "2.26.23"
private val awsSdkVersion = "2.26.31"

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

0 comments on commit b40c544

Please sign in to comment.