Skip to content

Commit 542b203

Browse files
authored
PYSCAN-71 Upgrade embedded sonar-scanner-cli to 6.1.0.4477 (#72)
1 parent 0d0689c commit 542b203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pysonar_scanner/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Configuration:
4141
def __init__(self):
4242
self.log = ApplicationLogger.get_logger()
4343
self.sonar_scanner_path = ".scanner"
44-
self.sonar_scanner_version = "6.0.0.4432"
44+
self.sonar_scanner_version = "6.1.0.4477"
4545
self.sonar_scanner_executable_path = ""
4646
self.scan_arguments = []
4747
self.wrapper_arguments = argparse.Namespace(debug=False, read_project_config=False)

0 commit comments

Comments
 (0)