Skip to content

Commit

Permalink
Update sqs to 2.21.36
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2023
1 parent a790292 commit b8763cc
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.34"
val amazonJavaV2SdkSqs = "software.amazon.awssdk" % "sqs" % "2.21.36"

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

0 comments on commit b8763cc

Please sign in to comment.