File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,15 @@ let plugins: [Target.PluginUsage] = [
2525let  dependencies :  [ PackageDescription . Package . Dependency ]  =  [ 
2626    // SwiftSoup is used to parse the HTML tree
2727    . package ( url:  " https://github.com/scinfu/SwiftSoup.git " ,  from:  " 2.3.7 " ) , 
28-     . package ( url:  " https://github.com/apple/swift-docc-plugin " ,  from:  " 1.4.3 " ) , 
29-     . package ( url:  " https://github.com/SimplyDanny/SwiftLintPlugins " ,  from:  " 0.55.1 " ) 
28+     . package ( url:  " https://github.com/apple/swift-docc-plugin " ,  from:  " 1.4.3 " ) 
3029] 
3130
3231let  targetDependencies :  [ Target . Dependency ]  =  [ 
3332    " SwiftSoup " 
3433] 
3534
3635let  plugins :  [ Target . PluginUsage ]  =  [ 
37-      . plugin ( name :   " SwiftLintBuildToolPlugin " ,   package :   " SwiftLintPlugins " ) 
36+ 
3837] 
3938
4039#endif 
Original file line number Diff line number Diff line change @@ -25,16 +25,15 @@ let plugins: [Target.PluginUsage] = [
2525let  dependencies :  [ PackageDescription . Package . Dependency ]  =  [ 
2626    // SwiftSoup is used to parse the HTML tree
2727    . package ( url:  " https://github.com/scinfu/SwiftSoup.git " ,  from:  " 2.3.7 " ) , 
28-     . package ( url:  " https://github.com/apple/swift-docc-plugin " ,  from:  " 1.4.3 " ) , 
29-     . package ( url:  " https://github.com/SimplyDanny/SwiftLintPlugins " ,  from:  " 0.55.1 " ) 
28+     . package ( url:  " https://github.com/apple/swift-docc-plugin " ,  from:  " 1.4.3 " ) 
3029] 
3130
3231let  targetDependencies :  [ Target . Dependency ]  =  [ 
3332    " SwiftSoup " 
3433] 
3534
3635let  plugins :  [ Target . PluginUsage ]  =  [ 
37-      . plugin ( name :   " SwiftLintBuildToolPlugin " ,   package :   " SwiftLintPlugins " ) 
36+ 
3837] 
3938
4039#endif 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments