An open API service indexing awesome lists of open source software.

https://github.com/http4s/http4s-argonaut61

Backport of http4s-argonaut to argonaut-6.1
https://github.com/http4s/http4s-argonaut61

Last synced: 3 months ago
JSON representation

Backport of http4s-argonaut to argonaut-6.1

Awesome Lists containing this project

README

          

## Why

http4s-argonaut publishes against argonaut-6.2 as of v0.15. Some
people still need argonaut-6.1. This is for those people.

## Dependency

Replace...

```
"org.http4s" %% "http4s-argonaut" % http4sVersion
```

... with:

```
"org.http4s" %% "http4s-argonaut61" % http4sVersion
```