Skip to content

Commit 280bd92

Browse files
Add auth-crt as runtime dependency (#778) (#779)
(cherry picked from commit 0b106f1) Signed-off-by: Louis Chu <clingzhi@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6dc5726 commit 280bd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ lazy val flintCore = (project in file("flint-core"))
8888
exclude ("com.fasterxml.jackson.core", "jackson-databind"),
8989
"com.amazonaws" % "aws-java-sdk-cloudwatch" % "1.12.593"
9090
exclude("com.fasterxml.jackson.core", "jackson-databind"),
91-
"software.amazon.awssdk" % "auth-crt" % "2.28.10" % "provided",
91+
"software.amazon.awssdk" % "auth-crt" % "2.28.10",
9292
"org.scalactic" %% "scalactic" % "3.2.15" % "test",
9393
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
9494
"org.scalatest" %% "scalatest-flatspec" % "3.2.15" % "test",

0 commit comments

Comments
 (0)