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
Because sbt depends on eval, we need to release it each time we want to update the Scala version in sbt. I assume eval is released manually. I wish we could automate it using a Github workflow.
Something like this should work:
Add a workflow to manually trigger a release of eval
Add Scala version as an input of the workflow
Use a environment variable to change the Scala version in the build:
Because sbt depends on eval, we need to release it each time we want to update the Scala version in sbt. I assume eval is released manually. I wish we could automate it using a Github workflow.
Something like this should work:
The text was updated successfully, but these errors were encountered: