Skip to content

Commit

Permalink
Add aws compatibility to sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
braislchao committed Sep 19, 2024
1 parent af8213d commit 690481d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 690481d

Please sign in to comment.