We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0689c commit 542b203Copy full SHA for 542b203
src/pysonar_scanner/configuration.py
@@ -41,7 +41,7 @@ class Configuration:
41
def __init__(self):
42
self.log = ApplicationLogger.get_logger()
43
self.sonar_scanner_path = ".scanner"
44
- self.sonar_scanner_version = "6.0.0.4432"
+ self.sonar_scanner_version = "6.1.0.4477"
45
self.sonar_scanner_executable_path = ""
46
self.scan_arguments = []
47
self.wrapper_arguments = argparse.Namespace(debug=False, read_project_config=False)
0 commit comments