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
The version within ToolInfo is currently hardcoded to 0.0.1, this should instead be the version currently within the pubspec.yaml file
All of the current pubspec.yaml retreival is for the package that is currently being indexed, this instead needs to be for the package of scip-dart instead. Might be worth checking on how args or other cli tools retrieve versions to determine how this can be done