From 6e2c128455fc6808229c54ec2b36bd2a82b95f7c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 21 Nov 2024 14:27:55 +0000 Subject: [PATCH] Update sdk-core to 2.29.18 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 738efb5a2..a8f957d5b 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -6,7 +6,7 @@ object Versions { // The easiest fix for now is to rollback dep to the last and the most tested version, // which is the same as that in the GeoTrellis // https://github.com/locationtech/geotrellis/blob/v3.6.0/project/Dependencies.scala#L86 - val AWSSdk2Version = "2.29.15" + val AWSSdk2Version = "2.29.18" val CatsEffectVersion = "2.5.4" val CatsScalacheckVersion = "0.3.1" val CatsVersion = "2.12.0"