Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 554 Bytes

Build Status Maven Central

This project provides Spray JSON support for Finch.

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

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