Skip to content

Commit

Permalink
Update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Jan 17, 2017
1 parent 611d9ab commit 6c95629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.3"
"com.gu" %% "scanamo" % "0.9.0"
)
```

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.8.1"
"com.gu" %% "scanamo" % "0.9.0"
)
```

Expand Down

0 comments on commit 6c95629

Please sign in to comment.