We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244f0ac commit a2e3996Copy full SHA for a2e3996
project/Dependencies.scala
@@ -10,8 +10,8 @@ object Dependencies {
10
"org.apache.spark" %% "spark-hive" % "3.5.0",
11
"org.apache.spark" %% "spark-sql-kafka-0-10" % "3.5.0",
12
"org.apache.hadoop" % "hadoop-aws" % "3.2.2",
13
- "com.typesafe" % "config" % "1.4.3",
14
"com.rabbitmq" % "amqp-client" % "5.23.0",
+ "com.typesafe" % "config" % "1.4.3",
15
"io.delta" %% "delta-spark" % "3.1.0",
16
"io.spray" %% "spray-json" % "1.3.6",
17
"io.circe" %% "circe-core" % "0.14.10",
0 commit comments