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