Skip to content

Commit

Permalink
Update sqs to 2.28.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 6, 2024
1 parent 96b84c7 commit 8ca43db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ lazy val awsSQS = crossProject(JVMPlatform)
.settings(
name := "fs2-queues-aws-sqs",
libraryDependencies ++= List(
"software.amazon.awssdk" % "sqs" % "2.28.11"
"software.amazon.awssdk" % "sqs" % "2.28.16"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 8ca43db

Please sign in to comment.