Skip to content

Commit

Permalink
Update sqs to 2.23.13 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 30, 2024
1 parent 79a4efd commit f6e5713
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 @@ -54,7 +54,7 @@ object Dependencies {
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.5.7",
"org.mockito" %% "mockito-scala" % "1.17.30",
"org.scalatest" %% "scalatest" % scalaTestVersion,
"software.amazon.awssdk" % "sqs" % "2.23.12"
"software.amazon.awssdk" % "sqs" % "2.23.13"
)

val integrationtest: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit f6e5713

Please sign in to comment.