Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein Elgridly committed Oct 31, 2017
1 parent 29d834e commit f33059d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ Contains utility functions for talking to Google APIs and DAOs for Google PubSub

Latest SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google" % "0.6-xxxxxxx"`

To depend on the `MockGoogle*` classes, additionally depend on:

`"org.broadinstitute.dsde.workbench" %% "workbench-google" % "0.6-xxxxxxx" % "test" classifier "tests"`

[Changelog](google/CHANGELOG.md)
8 changes: 6 additions & 2 deletions google/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ This file documents changes to the `workbench-google` library, including notes o

## 0.6

SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google" % "0.5-xxxxxxx"`
SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google" % "0.6-xxxxxxx"`

To depend on the `MockGoogle*` classes, additionally depend on:

`"org.broadinstitute.dsde.workbench" %% "workbench-google" % "0.6-xxxxxxx" % "test" classifier "tests"`

### Changed

- Mocks now live in the `test` package. To reference these, depend on
- Mocks moved to the `test` package.

## 0.5

Expand Down

0 comments on commit f33059d

Please sign in to comment.