Codebase list jawn / 700cf2f support / json4s / build.sbt
700cf2f

Tree @700cf2f (Download .tar.gz)

build.sbt @700cf2fraw · history · blame

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

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