Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 13, 2023
1 parent 9bb88ac commit 765f4c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ The main reason to use Jackson 2.15 is for its [StreamReadConstraint](https://ww
Config names for this library start with `pekko.serialization.jackson215` as opposed to `pekko.serialization.jackson`.

If you want to use Jackson 2.15 with [Pekko HTTP](https://pekko.apache.org/docs/pekko-http/current), use [pekko-http-jackson](https://github.com/pjfanning/pekko-http-json) v2.1.0 instead.

## sbt

```
libraryDependencies += "com.github.pjfanning" %% "pekko-serialization-jackson215" % "1.0.0"
```

0 comments on commit 765f4c5

Please sign in to comment.