Skip to content

Commit 64090ff

Browse files
committed
fix: update example dep override to have reviver
1 parent e63c9b9 commit 64090ff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ dependency_overrides:
2727
path: ../openapi-generator
2828
openapi_generator_cli:
2929
path: ../openapi-generator-cli
30-
30+
source_gen:
31+
git:
32+
ref: reviver
33+
url: https://github.com/Nexushunter/source_gen
34+
path: source_gen
3135

3236
# Dependencies specify other packages that your package needs in order to work.
3337
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)