How to skip a bad library version #3030
              
                Unanswered
              
          
                  
                    
                      alexklibisz
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| 
         Is this the behaviour your experienced, or what you expect from the documentation ? 
 But the configuration (and the documentation) is about candidates for a potential update  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Say I know that
"com.foo" %% "library" % "1.2.3"is buggy.Is there any way for me to tell scala-steward to not upgrade to this specific version?
At first glance, it seems like updating
updates.ignoreto include this (org, artifact, version) might solve this problem. However the actual behavior seems to be that scala-steward will ignore updates for any project that is already on this (org, artifact, version).Beta Was this translation helpful? Give feedback.
All reactions