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
- Host: GitHub
- URL: https://github.com/http4s/http4s-argonaut61
- Owner: http4s
- License: apache-2.0
- Archived: true
- Created: 2017-02-08T16:13:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T22:19:18.000Z (over 8 years ago)
- Last Synced: 2024-03-26T09:23:29.109Z (about 2 years ago)
- Language: Scala
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```