Update your Scala dependencies interactively.
- Build the native image with
show graalvm-native-image:packageBin.
sbt 'show graalvm-native-image:packageBin'
# [info] ~/code/sbt-interactive-update/target/graalvm-native-image/scala-interactive-update- Move the generated binary onto your
PATH.
Run the binary from within an sbt project folder.
scala-interactive-updateThe commands are displayed at the bottom of the interactive output.
Select the libraries you wish to update, then hit Enter to update your build files to the selected versions.
If multiple dependencies share a single version, they will be grouped.
If a dependency has multiple possible update version—for instance, a new major version and a new minor version—then you can select which version to upgrade to.



