Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created January 24, 2022 17:56
Show Gist options
  • Save peteristhegreat/9e1f17c7c60de782549236d06b8618ab to your computer and use it in GitHub Desktop.
Save peteristhegreat/9e1f17c7c60de782549236d06b8618ab to your computer and use it in GitHub Desktop.
Julia, update a single package in Manifest file

Julia small package changes in Manifest

  1. Find the package you want to update.
  2. Remove git-tree-sha for the package.
  3. Update version for the package.
  4. ] resolve
  5. Watch for list of versions that are incompatible after the update.
  6. Do a minimal update for the incompatible versions.
  7. Repeat until there are no incompatible versions and ] resolve doesn't do any changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment