mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Change kotlin dependency version from 1.6.0-RC2 to 1.6.10
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import re
|
||||
import subprocess
|
||||
|
||||
many_versions = [ '1.4.32', '1.5.31', '1.6.0-RC2' ]
|
||||
many_versions = [ '1.4.32', '1.5.31', '1.6.10' ]
|
||||
|
||||
def get_single_version():
|
||||
versionOutput = subprocess.run(['kotlinc', '-version'], capture_output=True, text=True)
|
||||
|
||||
Reference in New Issue
Block a user