Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/travis/build/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
13 changes: 7 additions & 6 deletions public/version-aliases/ghc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}