Codebase list jawn / 700cf2f ast / build.sbt
700cf2f

Tree @700cf2f (Download .tar.gz)

build.sbt @700cf2fraw · history · blame

1
2
3
4
5
name := "jawn-ast"

libraryDependencies ++= Seq(
  "org.spire-math" %% "spire" % "0.7.4"
)