Skip to content

Commit 725a6aa

Browse files
authored
Update showcase dependency (#252)
1 parent ca6fcb1 commit 725a6aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gapic-generator/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
showcase:
167167
docker:
168168
- image: python:3.8-slim
169-
- image: gcr.io/gapic-images/gapic-showcase:0.2.0
169+
- image: gcr.io/gapic-images/gapic-showcase:0.6.1
170170
steps:
171171
- checkout
172172
- run:

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import nox # type: ignore
2020

2121

22-
showcase_version = '0.2.0'
22+
showcase_version = '0.6.1'
2323

2424

2525
@nox.session(python=['3.6', '3.7', '3.8'])

0 commit comments

Comments
 (0)