From b577b8bd8852a52ec723a5e585b83219314e3e2d Mon Sep 17 00:00:00 2001 From: "wellcome-collection-scala-steward[bot]" <163891433+wellcome-collection-scala-steward[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:10:44 +0000 Subject: [PATCH] Update aws-crt to 0.31.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c6783ba46..17c02e1ea 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -101,7 +101,7 @@ object ExternalDependencies { // These are the "Common Runtime Libraries", which you're encouraged to use for // better performance. // See https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html - val awsCrt = "0.29.25" + val awsCrt = "0.31.3" } val azureDependencies: Seq[ModuleID] = Seq(