Skip to content

Commit 1de3c70

Browse files
committed
add support for json array and delta lake
1 parent 0394783 commit 1de3c70

File tree

2 files changed

+635
-13
lines changed

2 files changed

+635
-13
lines changed

core/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ val avro = Seq(
4040
libraryDependencies ++= akka ++ typesafeConfig ++ http ++
4141
json4s ++ mockito ++ avro :+ "com.google.code.gson" % "gson" % Versions.gson :+
4242
"com.typesafe.scala-logging" %% "scala-logging" % Versions.scalaLogging :+
43+
"io.delta" %% "delta-standalone" % "0.6.0" :+
4344
"org.scalatest" %% "scalatest" % Versions.scalatest % Test

0 commit comments

Comments
 (0)