You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generator: fix part-partof test by specifying dependency versions #138
No version allows any major version. However, as in this case a major
version may have breaking changes or require a higher minimum Dart SDK.
As these tests are run on CI any new major third-party package update
may break the build.
Instead specify a version with caret syntax to not allow major version
upgrades and to require minimum versions supported by the minimum Dart
SDK the test package indicates.
0 commit comments