Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 804 Bytes

argonaut-unfiltered

Build Status

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"