Skip to content

Latest commit

 

History

History
 
 

circe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

The finch-jfc module provides the Finch library a support for the circe JSON library.

Installation

Use the following sbt snippet:

libraryDependencies ++= Seq(
  "com.github.finagle" %% "finch-circe" % "0.8.0"
)