README.md

August 11, 2018 ยท View on GitHub

Build Status Maven Central

This project provides JSON4S support for Finch.

The project is published in Maven Central. Adding it to sbt is as follows:

libraryDependencies ++= Seq(
  "com.github.finagle" %% "finch-json4s" % "version"
)