Skip to content

Commit

Permalink
Use AWS auth dependency for LocalStack
Browse files Browse the repository at this point in the history
  • Loading branch information
adamking committed Nov 8, 2023
1 parent 8f79462 commit c717c4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ object Dependencies {
COMPILE(
"org.testcontainers" % "localstack" % testcontainersVersion
) ++ PROVIDED(
"software.amazon.awssdk" % "s3" % awsV2Version,
"software.amazon.awssdk" % "sqs" % awsV2Version
"software.amazon.awssdk" % "auth" % awsV2Version,
)
)

Expand Down

0 comments on commit c717c4f

Please sign in to comment.