Skip to content

Commit

Permalink
Add sts dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Apr 18, 2024
1 parent 3fbddea commit 4030c8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Dependencies {
val badRows = "2.1.1"
val httpClient = "4.5.13"
val thrift = "0.15.0" // override transitive dependency to mitigate security vulnerabilities
val http4s = "0.23.15"
val http4s = "0.23.15"
}

object Libraries {
Expand All @@ -67,7 +67,8 @@ object Dependencies {
val slf4j = "org.slf4j" % "slf4j-simple" % V.slf4j
val kcl = "software.amazon.awssdk" % "kinesis" % V.awsSdk
val awsRegions = "software.amazon.awssdk" % "regions" % V.awsSdk
val http4sClient = "org.http4s" %% "http4s-blaze-client" % V.http4s
val http4sClient = "org.http4s" %% "http4s-blaze-client" % V.http4s
val stsSdk = "software.amazon.awssdk" % "sts" % V.awsSdk % Runtime

// Scala (test only)
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % Test
Expand Down

0 comments on commit 4030c8d

Please sign in to comment.