Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Prepare release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Aug 22, 2016
1 parent c976e6d commit b4e9777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
akka-http-json provides JSON (un)marshalling support for [Akka](http://akka.io) HTTP. It offers support for the following JSON libraries:
- [Argonaut](http://argonaut.io)
- [circe](https://github.com/travisbrown/circe)
- [Jackson](https://github.com/FasterXML/jackson) via [Scala Module](https://github.com/FasterXML/jackson-module-scala) by default
- [Json4s](https://github.com/json4s/json4s)
- [Play JSON](https://www.playframework.com/documentation/2.5.x/ScalaJson)
- [uPickle](https://github.com/lihaoyi/upickle-pprint)
- [Jackson](https://github.com/FasterXML/jackson) via [Scala Module](https://github.com/FasterXML/jackson-module-scala) by default

## Installation

Expand All @@ -21,7 +21,7 @@ Grab it while it's hot:
resolvers += Resolver.bintrayRepo("hseeberger", "maven")

libraryDependencies ++= List(
"de.heikoseeberger" %% "akka-http-circe" % "1.8.0",
"de.heikoseeberger" %% "akka-http-circe" % "1.9.0",
...
)
```
Expand Down

0 comments on commit b4e9777

Please sign in to comment.