From 690481d8c92ad8e7013bd8c625ea0d4f77a8dc83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Brais=20L=C3=B3pez=20Chao?= <brais.lopez@factorial.co>
Date: Thu, 19 Sep 2024 16:13:36 +0200
Subject: [PATCH] Add aws compatibility to sbt

---
 build.sbt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index d28c7c8..c0a5b2f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,9 +16,10 @@ libraryDependencies ++= Seq(
 
   "io.delta" %% "delta-core" % "2.3.0",
   "org.apache.iceberg" %% "iceberg-spark-runtime-3.3" % "1.6.1",
+  "org.apache.iceberg" % "iceberg-aws-bundle" % "1.6.1",
 
 
-"org.apache.logging.log4j" %% "log4j-api-scala" % "12.0",
+  "org.apache.logging.log4j" %% "log4j-api-scala" % "12.0",
   "com.typesafe" % "config" % "1.4.0",
 
   "net.liftweb" %% "lift-json" % "3.5.0",