File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ def file_update_ghc_versions
330
330
dest . chmod ( 0o644 )
331
331
end
332
332
333
- def file_update_sonar_scanner ( version : ENV [ 'TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION' ] || '3.0.3.778 ' )
333
+ def file_update_sonar_scanner ( version : ENV [ 'TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION' ] || '4.7.0.2747 ' )
334
334
conn = build_faraday_conn ( host : 'repo1.maven.org' )
335
335
response = conn . get ( "/maven2/org/sonarsource/scanner/cli/sonar-scanner-cli/#{ version } /sonar-scanner-cli-#{ version } .zip" )
336
336
raise 'Could not fetch SonarCloud scanner CLI archive' unless response . success?
Original file line number Diff line number Diff line change 172
172
"9.0.x" : " 9.0.2" ,
173
173
"9.0.2" : " 9.0.2" ,
174
174
"9.2.1-alpha1" : " 9.2.1-alpha1" ,
175
- "9.2" : " 9.2.2" ,
176
- "9.2.1-alpha2" : " 9.2.1-alpha2" ,
177
- "9.2.1" : " 9.2.1" ,
178
- "9.2.x" : " 9.2.2" ,
179
- "9.2.2" : " 9.2.2"
175
+ "9.2" : " 9.2.1-alpha2" ,
176
+ "9.2.1-alpha2" : " 9.2.1-alpha2"
180
177
}
You can’t perform that action at this time.
0 commit comments