diff --git a/lib/travis/build/rake_tasks.rb b/lib/travis/build/rake_tasks.rb index 291da0774b..73030cd993 100644 --- a/lib/travis/build/rake_tasks.rb +++ b/lib/travis/build/rake_tasks.rb @@ -313,7 +313,7 @@ def file_update_ghc_versions dest.chmod(0o644) end - def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '4.7.0.2747') + def file_update_sonar_scanner(version: ENV['TRAVIS_BUILD_SONAR_CLOUD_CLI_VERSION'] || '5.0.1.3006') conn = build_faraday_conn(host: 'repo1.maven.org') response = conn.get("/maven2/org/sonarsource/scanner/cli/sonar-scanner-cli/#{version}/sonar-scanner-cli-#{version}.zip") raise 'Could not fetch SonarCloud scanner CLI archive' unless response.success? diff --git a/public/version-aliases/ghc.json b/public/version-aliases/ghc.json index cb0d6426cf..8ddc55aeaf 100644 --- a/public/version-aliases/ghc.json +++ b/public/version-aliases/ghc.json @@ -166,9 +166,9 @@ "9.0.1-alpha1": "9.0.1-alpha1", "9.0": "9.0.2", "9.0.1": "9.0.1", - "9": "9.8.1", - "9.x": "9.8.1", - "9.x.x": "9.8.1", + "9": "9.8.2", + "9.x": "9.8.2", + "9.x.x": "9.8.2", "9.0.x": "9.0.2", "9.0.2": "9.0.2", "9.2.1-alpha1": "9.2.1-alpha1", @@ -210,8 +210,8 @@ "9.6.3": "9.6.3", "9.6.4": "9.6.4", "9.8.0.20230727": "9.8.0.20230727", - "9.8.x": "9.8.1", - "9.8": "9.8.1", + "9.8.x": "9.8.2", + "9.8": "9.8.2", "9.8.0.20230809": "9.8.0.20230809", "9.8.0.20230822": "9.8.0.20230822", "9.8.0.20230919": "9.8.0.20230919", @@ -220,5 +220,6 @@ "9.8.1-alpha2": "9.8.1-alpha2", "9.8.1-alpha3": "9.8.1-alpha3", "9.8.1-alpha4": "9.8.1-alpha4", - "9.8.1": "9.8.1" + "9.8.1": "9.8.1", + "9.8.2": "9.8.2" } \ No newline at end of file