Skip to content

Commit 199cfc9

Browse files
committed
support recursive types (proof-of-concept)
1 parent a968394 commit 199cfc9

File tree

5 files changed

+325
-208
lines changed

5 files changed

+325
-208
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ lazy val core = project
3636
name := moduleName.value,
3737
dependencySettings ++ Seq(
3838
libraryDependencies ++= Seq(
39+
"com.chuusai" %% "shapeless" % shapelessVersion,
3940
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
4041
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
4142
"org.apache.avro" % "avro" % avroVersion,

0 commit comments

Comments
 (0)