Skip to content

Commit

Permalink
Merge branch 'main' into update/mockito-core-5.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 20, 2024
2 parents 8297f12 + 82b5048 commit 9b3a2a3
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.28.21"
val AwsSdk = "2.28.26"
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.28.21"
val AwsSdk = "2.28.26"

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

0 comments on commit 9b3a2a3

Please sign in to comment.