Skip to content

Commit

Permalink
update hashes in .mds
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Nov 24, 2020
1 parent 089d1c5 commit d1521b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Workbench utility libraries, built for Scala 2.12 and 2.13. You can find the ful

Contains utility functions for talking to Google APIs via com.google.cloud client library (more recent) via gRPC.

Latest SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google2" % "0.15-c5713ac"`
Latest SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google2" % "0.15-TRAVIS-REPLACE-ME"`

To start the Google PubSub emulator for unit testing:

Expand Down
3 changes: 2 additions & 1 deletion google2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ This file documents changes to the `workbench-google2` library, including notes
Added:
- Add `FakeGooglePublisher` mock
- Add `publishOne` to `GooglePublisher`
- Add a `GoogleBigQueryService.resource()` method that accepts the Google project to be billed

Changed:
- Upgrade `cats-mtl` to `1.0.0`

SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google2" % "0.15-c5713ac"`
SBT dependency: `"org.broadinstitute.dsde.workbench" %% "workbench-google2" % "0.15-TRAVIS-REPLACE-ME"`

## 0.14
Changed:
Expand Down

0 comments on commit d1521b6

Please sign in to comment.