We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc5726 commit 280bd92Copy full SHA for 280bd92
build.sbt
@@ -88,7 +88,7 @@ lazy val flintCore = (project in file("flint-core"))
88
exclude ("com.fasterxml.jackson.core", "jackson-databind"),
89
"com.amazonaws" % "aws-java-sdk-cloudwatch" % "1.12.593"
90
exclude("com.fasterxml.jackson.core", "jackson-databind"),
91
- "software.amazon.awssdk" % "auth-crt" % "2.28.10" % "provided",
+ "software.amazon.awssdk" % "auth-crt" % "2.28.10",
92
"org.scalactic" %% "scalactic" % "3.2.15" % "test",
93
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
94
"org.scalatest" %% "scalatest-flatspec" % "3.2.15" % "test",
0 commit comments