When attempting to deploy or resolve a package to/from an SBT repository, you may encounter an error message that says 'Too many follow-up requests: 21.'
This error typically occurs when the SBT client is using Gigahorse by default. You may workaround this issue by disabling Gigahorse. You can do so by adding the following line to your build.sbt file:
updateOptions := updateOptions.value.withGigahorse(false)
This issue has been resolved in SBT version 1.3.0 and later. Therefore, it is recommended to upgrade the client.
For more information about this information, please visit the following GitHub page.