Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Adding AWS SSO + update deps (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mberchon authored Jan 8, 2022
1 parent 3253734 commit 785b614
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ enablePlugins(SbtPlugin)
name := "sbt-codeartifact-core"

libraryDependencies ++= Seq(
"software.amazon.awssdk" % "codeartifact" % "2.17.48",
"software.amazon.awssdk" % "sts" % "2.17.48",
"software.amazon.awssdk" % "sso" % "2.17.103",
"software.amazon.awssdk" % "codeartifact" % "2.17.103",
"software.amazon.awssdk" % "sts" % "2.17.103",
"com.lihaoyi" %% "requests" % "0.6.9",
"com.lihaoyi" %% "os-lib" % "0.7.8",
"com.lihaoyi" %% "utest" % "0.7.10" % Test
Expand Down

0 comments on commit 785b614

Please sign in to comment.