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
A simple workaround for this issue would be to add a check in NurtureAlg.applyNewUpdate that the diff between the update branch and the base branch is non-empty.
I think that is easier than fixing the underlying issue that we're recording the Scala version that is used to compile the build as a dependency of the project. For that we would need to exclude Scala libraries from libraryDependencies after reload plugins.
The first commit to update the Scala version only modifies
ci.yml
, but notbuild.sbt
. The second commit to regenerateci.yml
then undoes the change.See NthPortal/extra-predef#73 for example.
The text was updated successfully, but these errors were encountered: