Skip to content

Commit

Permalink
aws sts dependency (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel authored Oct 18, 2024
1 parent 4c9e9a5 commit 1b3a032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ object Dependencies {

// aws
lazy val awsSecretsManagerSdk = awsSdkOrg % "secretsmanager" % Versions.awssdk
lazy val awsStsSdk = awsSdkOrg % "sts" % Versions.awssdk

// testing
lazy val zioTest = zioOrg %% "zio-test" % Versions.zio % Test
Expand Down Expand Up @@ -179,6 +180,7 @@ object Dependencies {
sttpCirce,
sttpCore,
awsSecretsManagerSdk,
awsStsSdk,
zioTest,
zioTestSbt,
zioTestJunit,
Expand Down

0 comments on commit 1b3a032

Please sign in to comment.