ARTIFACTORY: Why am I getting “Too many follow-up requests: 21” error when trying to work with SBT repository?

ARTIFACTORY: Why am I getting “Too many follow-up requests: 21” error when trying to work with SBT repository?

AuthorFullName__c
Roi Niv
articleNumber
000005808
ft:sourceType
Salesforce
FirstPublishedDate
2023-07-12T13:43:44Z
lastModifiedDate
2023-07-11
VersionNumber
1

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.