Skip to content

Commit

Permalink
Update sqs to 2.21.27
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2023
1 parent 4f901c2 commit 989e8b9
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 @@ -37,7 +37,7 @@ val scalatest = "org.scalatest" %% "scalatest" % "3.2.17"
val awaitility = "org.awaitility" % "awaitility-scala" % "4.2.0"

val amazonJavaSdkSqs = "com.amazonaws" % "aws-java-sdk-sqs" % "1.12.472" exclude ("commons-logging", "commons-logging")
val amazonJavaV2SdkSqs = "software.amazon.awssdk" % "sqs" % "2.21.26"
val amazonJavaV2SdkSqs = "software.amazon.awssdk" % "sqs" % "2.21.27"

val pekkoVersion = "1.0.1"
val pekkoHttpVersion = "1.0.0"
Expand Down

0 comments on commit 989e8b9

Please sign in to comment.