From f2ad9689c03e02ee4d3a4478068a41a613cb0dda Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:05:50 +0100 Subject: [PATCH] Update sdk-core to 2.21.46 (#1585) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2fa7f41e8..ea0599b56 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.21.42" + val AWSSdk2Version = "2.21.46" val CatsEffectVersion = "2.5.4" val CatsScalacheckVersion = "0.3.1" val CatsVersion = "2.10.0"