Skip to content

Commit

Permalink
fix: use compatible version of google-gax
Browse files Browse the repository at this point in the history
* fix: use compatible version of google-gax

* fix: use gax v1.6.3
  • Loading branch information
alexander-fenster authored and JustinBeckwith committed Oct 2, 2019
1 parent 71c4a34 commit 030bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"predocs-test": "npm run docs"
},
"dependencies": {
"google-gax": "^1.0.0"
"google-gax": "^1.6.3"
},
"devDependencies": {
"codecov": "^3.0.0",
Expand Down

0 comments on commit 030bbe1

Please sign in to comment.