Skip to content

Commit

Permalink
Merge ecf9b36 into b9812dd
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 2, 2022
2 parents b9812dd + ecf9b36 commit 2aaa44d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -36,8 +36,8 @@ There are two main modules, `akka-stream-json` and `akka-http-json`.

```
libraryDependencies ++= List(
"org.mdedetrich" %% "akka-stream-json" % "0.8.0",
"org.mdedetrich" %% "akka-http-json" % "0.8.0"
"org.mdedetrich" %% "akka-stream-json" % "0.8.1",
"org.mdedetrich" %% "akka-http-json" % "0.8.1"
)
```

Expand Down Expand Up @@ -68,8 +68,8 @@ over rendering, you'll only get an Unmarshaller.

```
libraryDependencies ++= List(
"org.mdedetrich" %% "akka-stream-circe" % "0.8.0",
"org.mdedetrich" %% "akka-http-circe" % "0.8.0"
"org.mdedetrich" %% "akka-stream-circe" % "0.8.1",
"org.mdedetrich" %% "akka-http-circe" % "0.8.1"
)
```

Expand Down

0 comments on commit 2aaa44d

Please sign in to comment.