argonaut-unfiltered
What is argonaut-unfiltered?
This library is a basic integration for using argonaut with the unfiltered web toolkit.
Documentation
SBT Settings
Just add argonaut-unfiltered as a dependency:
"io.argonaut" %% "argonaut-unfiltered" % "6.2.0"
Release
Add to ~/.sbt/0.12.3/sonatype.sbt
credentials += Credentials("Sonatype Nexus Repository Manager",
"oss.sonatype.org",
"<username>",
"<password>")
Run: ./sbt "+publish"