Skip to content

Commit

Permalink
Reflect 1.0.0-M1 release in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Sep 15, 2017
1 parent d80b557 commit b1c1607
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 1.0.0-M1

* Update Cats to `1.0.0-MF` (#134 - @rstradling)
* Don't allow an empty map to be derived as a DynamoFormat (#140)

## Version 0.9.5

* Automatically manage batching of `getAll` (#116 - @todor-kolev)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation

```scala
libraryDependencies ++= Seq(
"com.gu" %% "scanamo" % "0.9.5"
"com.gu" %% "scanamo" % "1.0.0-M1"
)
```

Expand Down
2 changes: 1 addition & 1 deletion src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Scanamo is published for Scala 2.11 and 2.12 to Maven Central, so just add the f

```scala
libraryDependencies ++= Seq(
"com.gu" %% "scanamo" % "0.9.5"
"com.gu" %% "scanamo" % "1.0.0-M1"
)
```

Expand Down

0 comments on commit b1c1607

Please sign in to comment.