Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 1, 2024
2 parents d61c23f + da6d4fc commit cbc0904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.{Def, _}
object Dependencies {

object V {
val AwsSdk = "2.29.20"
val AwsSdk = "2.29.23"
val Circe = "0.14.9"
val Munit = "1.0.0"
val Fs2 = "3.11.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Required for the freegen definition in ../build.sbt
val AwsSdk = "2.29.20"
val AwsSdk = "2.29.23"

libraryDependencies += "software.amazon.awssdk" % "sqs" % AwsSdk
libraryDependencies += "software.amazon.awssdk" % "s3" % AwsSdk
Expand Down

0 comments on commit cbc0904

Please sign in to comment.