Codebase list jawn / master support / json4s / build.sbt
master

Tree @master (Download .tar.gz)

build.sbt @masterraw · history · blame

1
2
3
4
5
name := "json4s-support"

libraryDependencies ++= Seq(
  "org.json4s" %% "json4s-ast" % "3.2.10"
)